aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/execute/large_vec.f
blob: 0af5b1b0b3f016e0ef7e65390f4e84eb7f5abc37 (plain)
1
2
3
      parameter (nmax=165000)
      double precision x(nmax)
      end