blob: 432d59fffe99b42931cba18fc3026cfeeb8d0f82 [file] [log] [blame]
! { dg-do compile }
! PR32360 Won't compile 'data ptr1 /null ()/' when ptr1 has pointer attribute.
integer, pointer :: ptr1
data ptr1 /NULL()/
end