PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / dec_structure_21.f90
blob64e8ca39e4602a0d42d821d0d90fc08291adb5ee
1 ! { dg-do compile }
2 ! { dg-options "-ffixed-form" }
4 ! Test errors for %FILL without -fdec-structure.
6 implicit none
8 character(2) %fill ! { dg-error "is a DEC extension" }
10 end