c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95614_3.f90
blob7a66bec46fb3485e87b87ce630ece8e1dbdb08e5
1 ! { dg-do compile }
3 subroutine s
4 end subroutine
6 program pr95614
7 common /c1/ s
8 s = 9.0
9 end program