blob: ba14363e5b6f2e07051b40e503e7f8f27a800050 [file] [log] [blame]
! Test of a function returning a string -- JO 1/29/09
print *, c()
contains
character(len=len("Hello")) function c()
c = "Hello"
end function
end program