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