Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 920623-1.c
blob9b6ad51e1028dd6ae67ad14f4707327fc37ecbf9
1 int f(int c){return f(c--);}
2 g(){}