Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
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