Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
941113-1.c
blob: 78f7c05ce12eab92b6bd7992e11f31470bf3a1cb [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
typedef
void
foo
(
void
);
f
(
x
)
{
if
(
x
)
{
const
foo
*
v
;
(*
v
)();
}
else
g
(
0
);
}