1 /* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */ 2 /* { dg-options "-fleading-underscore -funwind-tables" } */ 3 4 void func(void) __asm("_func"); _func(int x)5 void _func(int x) {} func(void)6 void func(void) {} 7 8