blob: a035af1f2c266cf7481a073f0350fb3871d802d8 [file] [log] [blame]
/* { dg-do assemble { target { ! { powerpc-ibm-aix* nvptx-*-* } } } } */
/* { dg-options "-fleading-underscore -funwind-tables" } */
void func(void) __asm("_func");
void _func(int x) {}
void func(void) {}