Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Modules
/
FortranCInterface
/
call_mod.f90
blob: 087dfd85c3152cbcea1caf48d20885f4601713b5 [
file
] [
log
] [
blame
] [
edit
]
subroutine call_mod
!
DIR$ NOINLINE
use
mymodule
use
my_module
call mysub
()
call my_sub
()
end
subroutine call_mod