aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/module_error_1.f90
blob: 1792be6e9faf937b03c70621be427c489a0e8169 (plain)
1
2
3
4
5
! { dg-do compile }
! PR fortran/50627
module kernels
      select type (args) ! { dg-error "cannot appear in this scope" }
end module kernels