OSDN Git Service

2007-07-25 Janis Johnson <janis187@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / callind.c
1 call (foo, a)
2      int (**foo) ();
3 {
4
5   (foo)[1] = call;
6
7   foo[a] (1);
8 }