rt_gccstream/gcc/testsuite/gcc.dg/unwind-1.c

8 lines
197 B
C

/* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */
/* { dg-options "-fleading-underscore -funwind-tables" } */
void func(void) __asm("_func");
void _func(int x) {}
void func(void) {}