aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/unwind-1.c
blob: 95bbb2daa50cda96557c29c612c407c21c32fba4 (plain)
1
2
3
4
5
6
7
/* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */
/* { dg-options "-fleading-underscore -funwind-tables" } */

void func(void) __asm("_func");
void _func(int x) {}
void func(void) {}