aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/unwind-1.c
blob: a24af9249c83042cc7fdc616f025280e752332df (plain)
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) {}