Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gfortran.dg/pr95586_1.f90

10 lines
123 B
Fortran

! { dg-do compile }
!
program test
implicit type(t) (1) ! { dg-error "Syntax error" }
type t
end type
end program