Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gfortran.dg / g77 / 20000412-1.f
1 c { dg-do compile }
2       subroutine aap(k)
3       equivalence (i,r)
4       i = k
5       print*,r
6       end