Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Modules
/
FortranCInterface
/
call_sub.f
blob: 830396ab09bcd5fd61b026e82c815bdbf7fb0b70 [
file
] [
log
] [
blame
] [
edit
]
subroutine call_sub
!
DIR$ NOINLINE
call mysub
()
call my_sub
()
end