]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/Wc90-c99-compat-7.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wc90-c99-compat-7.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu90 -Wpedantic -Wc90-c99-compat -Wno-long-long -Wno-declaration-after-statement -Wno-vla" } */
3
4 long long l;
5
6 void
7 fn3 (int n)
8 {
9 n = 3;
10 int i;
11 }
12
13 void fn7 (int n, int a[n]);