(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
dwarf2/
dwarf-die2.c
       1  /* Verify that inline function never actually emit has no DIE.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O0 -gdwarf -dA" } */
       4  /* { dg-final { scan-assembler-not "CIE Version" } } */
       5  static inline int t()
       6  {
       7  }