summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f
blob: 026d05e4b3ce819aeef9a46c795205ebd4fba542 (plain)
1
2
3
4
5
6
7
8
* =foo7.f in Burley's g77 test suite.
      subroutine x
      real a(n)
      common /foo/n
      continue
      entry y(a)
      call foo(a(1))
      end