struct F; void bar(struct F *farg) { } int main() { bar(0); }