1 2 3 4 5 6 7 8 9 10 11 12
typedef void foo (void); f (x) { if (x) { const foo* v; (*v)(); } else g (0); }