1! { dg-do compile }
2! { dg-options "-std=f2008ts" }
3!
4! Support Fortran 2015's IMPLICIT NONE with spec list
5! (currently implemented as vendor extension)
6
7implicit none (type) ! { dg-error "GNU Extension: IMPORT NONE with spec list at \\(1\\)" }
8end
9