blob: 783cb7aaf7bd093ca768c721bfce97dc49b4ef40 [file] [log] [blame]
! { dg-do compile }
! PR fortran/108544 - ICE in check_host_association
! Contributed by G.Steinmetz
module m
contains
subroutine s
select type (s => 1) ! { dg-error "Selector shall be polymorphic" }
end select
end
end