Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gfortran.dg / g77 / 20010426.f
1 c { dg-do compile }
2       function f(c)
3       implicit none
4       real(kind=8) c, f
5       f = sqrt(c)
6       return
7       end