#!/bin/sh
rm -f core
./decafc < catalan.parse 2>&1 | diff -u /dev/null - || exit 1
[ -e core ] && (echo SIGSEGV; exit 1)
exit 0
