// S : tags error ub $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc #include int main() { char buf[ 15 ] = "b\0x"; strcpy( buf + 1, buf ); /* ERROR */ }