1 /* { dg-do compile } */
2 
foo(void)3 void foo (void) {
4   void nested () {}
5 }
6