aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/compile/13060.f
blob: 200117b027116c2e05a963ac0a597e3d07f7be4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
      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