(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr61058.c
       1  /* PR rtl-optimization/61058 */
       2  /* { dg-do compile } */
       3  /* { dg-options "" } */
       4  /* { dg-additional-options "-fno-asynchronous-unwind-tables -mtune=atom" { target i?86-*-* x86_64-*-* } } */
       5  
       6  void
       7  foo (void)
       8  {
       9    __builtin_unreachable ();
      10  }