blob: 84a9c731f8bf7c15309c598553f4a65b689f4e12 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Os -fno-asynchronous-unwind-tables -g" } */
void bar (long double n);
void foo (int c)
{
if (c)
bar (0);
}