* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 941113-1.c
blob5c2e0b68c569f871afe0fcc1ab3c910b2954bed0
1 typedef void foo (void);
3 f (x)
5 if (x)
7 const foo* v;
8 (*v)();
10 else
11 g (0);