(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
dec_structure_21.f90
      ! { 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