Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / unwind-1.c
blob95bbb2daa50cda96557c29c612c407c21c32fba4
1 /* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */
2 /* { dg-options "-fleading-underscore -funwind-tables" } */
4 void func(void) __asm("_func");
5 void _func(int x) {}
6 void func(void) {}