modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/x.c (about)

     1  f(m){int i,s=0;for(i=0;i<m;i++)s+=i;return s;}