PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr50132.c
blob84a9c731f8bf7c15309c598553f4a65b689f4e12
1 /* { dg-do compile } */
2 /* { dg-options "-Os -fno-asynchronous-unwind-tables -g" } */
4 void bar (long double n);
6 void foo (int c)
8 if (c)
9 bar (0);