4 ! Contributed by G.Steinmetz
6 character(1,) function f() ! { dg-error "Expected initialization expression" }
10 character(1,kind
=) function g() ! { dg-error "Expected initialization expression" }
14 character(1,n
) function h() ! { dg-error "has not been declared" }
18 ! { dg-prune-output "Bad kind expression" }