blob: 70e6093cf4f4cbad927dbb27b11d52a7336afde4 [file] [log] [blame]
/* { dg-require-effective-target indirect_calls } */
/* { dg-additional-options "-std=gnu89" } */
bar (foo, a)
int (**foo) ();
{
(foo)[1] = bar;
foo[a] (1);
}