blob: a7397c2b35bfd66d5e7802ae995b8a728289b727 [file] [log] [blame]
/* APPLE LOCAL file for-fsf-4_4 5480287 */
/* { dg-do assemble } */
/* { dg-options "-fleading-underscore -funwind-tables" } */
void func(void) __asm("_func");
void _func(int x) {}
void func(void) {}