Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
67ed00a1ca6acb9cf1c00418da4d1ff4e61e1975
/
.
/
Modules
/
FortranCInterface
/
call_mod.f90
blob: 087dfd85c3152cbcea1caf48d20885f4601713b5 [
file
]
subroutine call_mod
!
DIR$ NOINLINE
use
mymodule
use
my_module
call mysub
()
call my_sub
()
end
subroutine call_mod