PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / unwind-1.c
bloba035af1f2c266cf7481a073f0350fb3871d802d8
1 /* { dg-do assemble { target { ! { powerpc-ibm-aix* nvptx-*-* } } } } */
2 /* { dg-options "-fleading-underscore -funwind-tables" } */
4 void func(void) __asm("_func");
5 void _func(int x) {}
6 void func(void) {}