Sign in
llvm
/
llvm-test-suite
/
refs/heads/main
/
.
/
Fortran
/
gfortran
/
regression
/
PR113061.f90
blob: 989bc385c7632774ad8f6b08b41a3cab22f0dde9 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-fno-move-loop-invariants -Oz"
}
module
module_foo
use
iso_c_binding
contains
subroutine foo
(
a
)
bind
(
c
)
type
(
c_ptr
)
a
(..)
select
rank
(
a
)
end
select
call bar
end
end