C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / x.c
blobb4dd31f64afadb9cb2d8046dc918374608bb275a
1 /* { dg-additional-options "-std=gnu89" } */
3 f(m){int i,s=0;for(i=0;i<m;i++)s+=i;return s;}