Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b76009bb5a3e99a4e4b2e1a347ee3fdab8a046f7
/
.
/
Tests
/
FortranModules
/
ModulesViaSubdirTargetObjectsSource
/
use.f90
blob: f971909701c85a9373d6ebfbfc2e2742fbb646fd [
file
] [
log
] [
blame
]
module
lib
use
m1
,
only
:
pi
implicit
none
contains
pure real
function
func
()
func
=
pi
()
end
function
end
module