c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pointer_assign_2.f90
blob5f13fb3b382573f7facbc895882b0f5e6b09c60b
1 ! { dg-do compile }
2 ! PR32361 Type declaration to initialize data in named common
3 BLOCK DATA
4 integer, pointer :: ptr1 => NULL()
5 common / T / ptr1
6 END