C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / callind.c
blob70e6093cf4f4cbad927dbb27b11d52a7336afde4
1 /* { dg-require-effective-target indirect_calls } */
2 /* { dg-additional-options "-std=gnu89" } */
4 bar (foo, a)
5 int (**foo) ();
8 (foo)[1] = bar;
10 foo[a] (1);