blob: 07bc7ea4118f5297f2230953a6991b808b5f49f3 [file] [log] [blame]
c { dg-do compile }
function f(c)
implicit none
real(kind=8) c, f
f = sqrt(c)
return
end