summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/large_vec.f
blob: f5ff87d0db9f986741f0902a5835668118145c2e (plain)
1
2
3
4
c { dg-do run }
      parameter (nmax=165000)
      double precision x(nmax)
      end