Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
generic_1.f90
blob: 1cbf4bb8cbcb7e11cc12a935fad415f83cb5c31b [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
reduced testcase
from
PR
17535
module
FOO
interface
BAR
subroutine BAR1
(
X
)
integer
::
X
end
subroutine
subroutine BAR2
(
X
)
real
::
X
end
subroutine
end
interface
end
module
subroutine BAZ
(
X
)
use
FOO
end
subroutine