Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
941113-1.c
blob: 5c2e0b68c569f871afe0fcc1ab3c910b2954bed0 [
file
] [
log
] [
blame
]
typedef
void
foo
(
void
);
f
(
x
)
{
if
(
x
)
{
const
foo
*
v
;
(*
v
)();
}
else
g
(
0
);
}