ref: e1ff5918e33b69a9d16929e59014db4ffe9a1f7d 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; }