blob: 5c2e0b68c569f871afe0fcc1ab3c910b2954bed0 [file] [log] [blame]
typedef void foo (void);
f (x)
{
if (x)
{
const foo* v;
(*v)();
}
else
g (0);
}