Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ea2b9c6c01dadfda44243452df36e9cd0ecb7421
/
.
/
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