aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/pointer_assign_2.f90
blob: 5f13fb3b382573f7facbc895882b0f5e6b09c60b (plain)
1
2
3
4
5
6
! { dg-do compile }
! PR32361 Type declaration to initialize data in named common
      BLOCK DATA
       integer, pointer :: ptr1 => NULL()
       common / T / ptr1
      END