OSDN Git Service

a24af9249c83042cc7fdc616f025280e752332df
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / unwind-1.c
1 /* { dg-do assemble } */
2 /* { dg-options "-fleading-underscore -funwind-tables" } */
3
4 void func(void) __asm("_func");
5 void _func(int x) {}
6 void func(void) {}
7