(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
dwarf2/
dwarf-die7.c
       1  /* Inlined non-inline function must have abstract DIE  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2 -gdwarf -dA -fpreprocessed" } */
       4  /* { dg-final { scan-assembler "1.*DW_AT_inline" } } */
       5  #1 "test.h"
       6  void f(void);
       7  static int t()
       8  {
       9  	f();
      10  }
      11  int q()
      12  {
      13    t();
      14  }