/* { dg-do compile } */ /* { dg-options "-O3 -gdwarf" } */ void f(int p) {} int g() { void f(); g(); return 0; }