Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / callind.c
blob74c0f1f9cef94c4a277ec388729c57bd77ec5505
1 call (foo, a)
2 int (**foo) ();
5 (foo)[1] = call;
7 foo[a] (1);