OSDN Git Service

PR target/35944
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / char_decl_1.f90
1 ! { dg-do compile }
2 ! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
3 program f
4 character*1, c
5 end program f