2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.f-torture / noncompile / 19990905-1.f
blob026d05e4b3ce819aeef9a46c795205ebd4fba542
1 * =foo7.f in Burley's g77 test suite.
2 subroutine x
3 real a(n)
4 common /foo/n
5 continue
6 entry y(a)
7 call foo(a(1))
8 end