c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr87994_1.f90
blobed0d6b4e9d8634dec66d7ef8ac3560e7aaabbaf4
1 ! { dg-do run }
2 ! PR fortran/87994
3 program p
4 real :: a, b
5 data b /a%kind/
6 if (b /= kind(a)) stop 1
7 end