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