Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
76237d47fe0d4138872e0219dfd2ce21efc66ebf
/
.
/
Tests
/
FortranModules
/
in_interface
/
module.f90
blob: 1064d74b0f852a7111d7e4e3a1bd9bfc31e5b07a [
file
]
module
test_interface
interface
dummy
module
procedure module_function
end
interface
contains
subroutine module_function
end
subroutine
end
module
test_interface