Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 20000606-1.c
blob93977c0931a0a00bff3a67a297743472d84f9bfb
1 typedef struct _foo foo;
2 extern foo bar;
3 struct _foo {
4 int a;
5 };
7 void baz(void)
9 bar.a = 0;