blob: b4c005b883546328b77618e4acb82cb5a7cfca65 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f2008ts" }
!
! Support Fortran 2018's IMPLICIT NONE with spec list
! (currently implemented as vendor extension)
implicit none (type) ! { dg-error "Fortran 2018: IMPORT NONE with spec list at \\(1\\)" }
end