3 ! PR 58470: [4.9 Regression] [OOP] ICE on invalid with FINAL procedure and type extension
5 ! Contributed by Andrew Benson <abensonca@gmail.com>
12 type, extends(cfml
) :: cfmde
15 subroutine mld(s
) ! { dg-error "must be of type" }
16 class(cfml
), intent(inout
) :: s
20 ! { dg-final { cleanup-modules "cf" } }