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