2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / char_decl_1.f90
blob7ce6974f6889d4777d9c0b86107f5b3c3db7da44
1 ! { dg-do compile }
2 ! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
3 program f
4 character*1, c
5 end program f