1! { dg-do compile }
2! { dg-options "-std=legacy" }
3!
4! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
5program f
6character*1, c
7end program f
8