summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/20010426.f
blob: 07bc7ea4118f5297f2230953a6991b808b5f49f3 (plain)
1
2
3
4
5
6
7
c { dg-do compile }
      function f(c)
      implicit none
      real(kind=8) c, f
      f = sqrt(c)
      return
      end