summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/13060.f
blob: 4c1b3e7236322ccd1ea58495e0958ebd172351c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
c { dg-do compile }
      subroutine geo2()
      implicit none

      integer ms,n,ne(2)

      ne(1) = 1
      ne(2) = 2
      ms = 1

      call call_me(ne(1)*ne(1))

      n = ne(ms)
      end