OSDN Git Service

2010-02-09 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / unwind-1.c
1 /* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */
2 /* { dg-options "-fleading-underscore -funwind-tables" } */
3
4 void func(void) __asm("_func");
5 void _func(int x) {}
6 void func(void) {}
7