(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
g77/
20010426.f
c { dg-do compile }
      function f(c)
      implicit none
      real(kind=8) c, f
      f = sqrt(c)
      return
      end