arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr78365.c
blob2588a4826fd307170e963ab0c11f585b1ec54445
1 /* { dg-do compile } */
2 /* { dg-additional-options "-Wno-old-style-definition" } */
4 int a, b, c;
5 char d;
6 static void fn1 (void *, int);
7 int fn2 (int);
9 void fn1 (cc, yh) void *cc;
10 char yh;
12 char y;
13 a = fn2(c - b + 1);
14 for (; y <= yh; y++)
18 void fn3()
20 fn1((void *)fn3, 1);
21 fn1((void *)fn3, d - 1);