blob: 026d05e4b3ce819aeef9a46c795205ebd4fba542 [file] [log] [blame]
* =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