aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/pr66482.c
blob: 880791c72d4369428a1f46a37a38771013706350 (plain)
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;
}