2 ! { dg-options "-std=f95 -pedantic -Wall -Wno-intrinsics-std" }
4 ! Check that SELECTED_CHAR_KIND is rejected with -std=f95
7 character(kind
=selected_char_kind("ascii")) :: s
! { dg-error "has no IMPLICIT type" }
8 s
= "" ! { dg-error "has no IMPLICIT type" }