blob: 95bbb2daa50cda96557c29c612c407c21c32fba4 [file] [log] [blame]
/* { 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) {}