2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / module_error_1.f90
blob84decc0a5710e1d9acafaf7c71f36f24e4fd92b7
1 ! { dg-do compile }
2 ! PR fortran/50627
3 module kernels
4 select type (args) ! { dg-error "Unexpected SELECT TYPE" }
5 end module kernels