blob: fbf0b0d59c6227503772cd23239a9b5df9b22b31 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu90 -Wpedantic -Wc90-c99-compat -Wno-long-long -Wno-declaration-after-statement -Wno-vla" } */
long long l;
void
fn3 (int n)
{
n = 3;
int i;
}
void fn7 (int n, int a[n]);