// S : tags error c $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc #include __attribute__((__annotate__("divine.debugfn"))) void fault( int *x ) { *x = 0; } int main() { fault( 0 ); assert( 0 ); /* ERROR */ }