1 2 3 4 5 6 7 8 9
/* { dg-do compile } */ /* { dg-options "-O3 -gdwarf" } */ void f(int p) {} int g() { void f(); g(); return 0; }