Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
FortranModules
/
Issue25252
/
lib.f90
blob: a6d7fa629ea87317a7dffcddc2228ec4152d2b66 [
file
] [
log
] [
blame
] [
edit
]
module
lib
implicit
none
contains
pure real
function
func
()
func
=
1.0
end
function
end
module