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