ref: 8533b9940b37a8939ca2af338d28f5ae17b1b4ce dir: /tests/execute/0102-bug.c/
// This wouldn't compile typedef struct { } Vec; static void vecresize(Vec *v, int cap) { return; } int main() { return 0; }