rt_gccstream/gcc/testsuite/gcc.c-torture/compile/941113-1.c

13 lines
109 B
C

typedef void foo (void);
f (x)
{
if (x)
{
const foo* v;
(*v)();
}
else
g (0);
}