fix pr/45972
[official-gcc.git] / gcc / testsuite / gfortran.dg / pointer_assign_3.f90
blob432d59fffe99b42931cba18fc3026cfeeb8d0f82
1 ! { dg-do compile }
2 ! PR32360 Won't compile 'data ptr1 /null ()/' when ptr1 has pointer attribute.
3 integer, pointer :: ptr1
4 data ptr1 /NULL()/
5 end