blob: 3136d2ef377b8b177d6ba1bbed90f9b53ea95ee4 [file] [log] [blame]
! { dg-do compile }
program pr96099_2
integer n1
parameter (n1 = 1)
implicit class(t) (n1) ! { dg-error "Syntax error in IMPLICIT" }
type t
end type
end