! { dg-do compile } ! { dg-options "-Wall" } ! ! PR 53655: [F03] "default initializer" warnings ! ! Contributed by Tobias Burnus type t end type t contains subroutine foo(x) type(t), intent(out) :: x end subroutine end