blob: a43f0e513cf2dd48e7827b2bfb8cad19e197e69f [file] [log] [blame]
program test18
implicit none
real :: teststmtfun
real :: z
real :: x = 2.
teststmtfun(z) = z * 2. + 1.
print *, teststmtfun(x)
end program test18 !<<<<< 11