1 /* { dg-do compile } */
2 
foo()3 void foo()
4 {
5   void bar(int);
6   void baz(int);
7   void baz(void);
8   void bar(void);
9 }
10