Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
FortranModules
/
ModulesViaTargetObjectsLink
/
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