(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
dwarf2/
pr71855.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O0 -g -dA" } */
       3  
       4  // Test that there is only one DW_TAG_unspecified_parameters DIE.
       5  
       6  void
       7  foo (const char *format, ...)
       8  {
       9  }
      10  
      11  // { dg-final { scan-assembler-times "DIE.*DW_TAG_unspecified_parameters" 1 } }