aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr50132.c
blob: 84a9c731f8bf7c15309c598553f4a65b689f4e12 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-Os -fno-asynchronous-unwind-tables -g" } */

void bar (long double n);

void foo (int c)
{
  if (c)
    bar (0);
}