Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / g77 / 20010426.f
blob07bc7ea4118f5297f2230953a6991b808b5f49f3
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