RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr96099_2.f90
blob3136d2ef377b8b177d6ba1bbed90f9b53ea95ee4
1 ! { dg-do compile }
3 program pr96099_2
4 integer n1
5 parameter (n1 = 1)
6 implicit class(t) (n1) ! { dg-error "Syntax error in IMPLICIT" }
7 type t
8 end type
9 end