blob: efeb4a5f47b2aedf48e7c73b4bc90fa89091d151 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! PR fortran/83184
!
structure /s/
integer n(..) /1/ ! { dg-error "must have an explicit shape" }
end structure
end