blob: fac7ab3c007e8eb15996c30c25ca900be02e6884 [file] [log] [blame]
/* { dg-do compile } */
/* APPLE LOCAL testsuite nested function */
/* { dg-options "-fnested-functions" } */
void foo (void) {
void nested () {}
}