Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20000605-1.c
blob1fe5882340f31abcc2db489a220cea42269ae85a
1 /* Copyright (C) 2000 Free Software Foundation */
3 /* make sure we don't get confused by various flavors of void */
5 /* Origin: Jakub Jelinek <jakub@redhat.com>
6 * Joel Sherrill <joel.sherrill@OARcorp.com>
7 */
9 typedef void foo;
10 foo bar(void);
11 void baz(void)
13 bar();
16 void volatile f();
18 int x()
20 f();