(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr93615.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-std=c11" } */
       3  /* { dg-require-effective-target exceptions } */
       4  
       5  #include <unwind.h>
       6  
       7  int
       8  main ()
       9  {
      10    return 0;
      11  }