2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / callind.c
blob74c0f1f9cef94c4a277ec388729c57bd77ec5505
1 call (foo, a)
2 int (**foo) ();
5 (foo)[1] = call;
7 foo[a] (1);