// 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 int main() { int x; switch ( x ) { case 0: exit( 2 ); default: exit( 1 ); } /* ERROR */ return 0; }