* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / callind.c
blob5938d1b88fcfa59fbe2bb1772434584e6d41bd7c
1 bar (foo, a)
2 int (**foo) ();
5 (foo)[1] = bar;
7 foo[a] (1);