(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
unwind-1.c
       1  /* { dg-do assemble { target { ! { powerpc-ibm-aix* nvptx-*-* } } } } */
       2  /* { dg-options "-fleading-underscore -funwind-tables" } */
       3  
       4  void func(void) __asm("_func");
       5  void _func(int x) {}
       6  void func(void) {}
       7