Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
pr16676.c
1
/*
{ dg-do compile }
*/
2
3
void
foo
(
void
)
{
4
void
nested
(
)
{
}
5
}