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