Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3900a31f440a1111f07ea893b146a67778e918c2
/
.
/
Modules
/
FortranCInterface
/
mymodule.f90
blob: ef6281a3f38d64ed17944d8570e93d54903f89bc [
file
] [
log
] [
blame
]
module
mymodule
interface
myinterface
module
procedure mysub
end
interface
contains
subroutine mysub
end
subroutine mysub
end
module
mymodule