modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/parms.c (about)

     1  /* { dg-require-effective-target alloca } */
     2  #define alloca __builtin_alloca
     3  
     4  x (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, x, y)
     5  {
     6    foo (alloca (8));
     7    return a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+x+y;
     8  }