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