blob: 2da08912a4d515a4a7a2ea72dd472e02f13eb525 [file] [log] [blame]
! { dg-do compile }
module m
contains
subroutine s
print *, (erfc) ! { dg-error "not a floating constant" }
end
function erfc()
end
end