summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/char_decl_1.f90
blob: 7ce6974f6889d4777d9c0b86107f5b3c3db7da44 (plain)
1
2
3
4
5
! { dg-do compile }
! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
program f
character*1, c
end program f