Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr50132.c
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
);
}