(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
pr79890.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Wno-pedantic" } */
       3  
       4  void bar (void);
       5  
       6  void
       7  foo (int x)
       8  {
       9    __builtin_unwind_init ();
      10    __builtin_eh_return (x, bar);
      11  }