// S : tags error min c $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc #include #include void diediedie() { assert( 0 ); } /* ERROR */ int main() { atexit( diediedie ); exit( 0 ); return 0; }