// S : tags error min c segv kleetodo $TAGS // S : expect --result error --location-comment ERROR // S : expect --trace bounds // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc int array[2]; int main() { array[2] = 3; /* ERROR */ return 0; }