blob: 80633502ebb79181a596f2f66514bcc63ccedd43 [file] [log] [blame]
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
void I_wacom ()
{
char buffer[50], *p;
int RequestData (char *cmd)
{
p = buffer;
foo (buffer);
}
RequestData (0);
}