blob: a6d7fa629ea87317a7dffcddc2228ec4152d2b66 [file]
module lib
implicit none
contains
pure real function func()
func = 1.0
end function
end module