(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
char_decl_1.f90
! { dg-do compile }
! { dg-options "-std=legacy" }
!
! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
program f
character*1, c
end program f