blob: 64e8ca39e4602a0d42d821d0d90fc08291adb5ee [file] [log] [blame]
! { dg-do compile }
! { dg-options "-ffixed-form" }
!
! Test errors for %FILL without -fdec-structure.
!
implicit none
character(2) %fill ! { dg-error "is a DEC extension" }
end