rt_gccstream/gcc/testsuite/gfortran.dg/g77/large_vec.f

5 lines
87 B
Fortran

c { dg-do run }
parameter (nmax=165000)
double precision x(nmax)
end