rt_gccstream/gcc/testsuite/gfortran.dg/pointer_assign_2.f90

7 lines
176 B
Fortran

! { dg-do compile }
! PR32361 Type declaration to initialize data in named common
BLOCK DATA
integer, pointer :: ptr1 => NULL()
common / T / ptr1
END