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