Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
contained_1.f90
blob: 60f31092e730cb78a2d5e13ed8b52aac5dad616e [
file
] [
log
] [
blame
]
!
Obscure
failure that disappeared
when
the parameter was removed
.
!
Works
OK now
.
module
mymod
implicit
none
contains
subroutine test
(
i
)
implicit
none
integer i
end
subroutine
end
module
mymod
program error
use
mymod
end
program