Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / gcc.dg / Wc90-c99-compat-7.c
blobfbf0b0d59c6227503772cd23239a9b5df9b22b31
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu90 -Wpedantic -Wc90-c99-compat -Wno-long-long -Wno-declaration-after-statement -Wno-vla" } */
4 long long l;
6 void
7 fn3 (int n)
9 n = 3;
10 int i;
13 void fn7 (int n, int a[n]);