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