1 2 3 4 5 6 7 8 9 10
/* { dg-require-effective-target indirect_calls } */ bar (foo, a) int (**foo) (); { (foo)[1] = bar; foo[a] (1); }