5b1a3b6cd4de97f1251975fb1067aeee7def7763
[gcc.git] / gcc / testsuite / gfortran.dg / implicit_14.f90
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
7 implicit none (type) ! { dg-error "GNU Extension: IMPORT NONE with spec list at \\(1\\)" }
8 end