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