5 ! Contributed by Harald Anlauf
12 interface operator (*)
17 type(t
), intent(in
) :: i
, j
28 interface operator (>)
33 type(t2
), intent(in
) :: i
, j
39 use bar
, only
: t2
, operator(>) , operator(>)
41 use foo
, only
: operator (*)
43 use foo
, only
: operator (*)
45 type(t
) :: i
= t(1), j
= t(2)
46 type(t2
) :: k
= t2(1), l
= t2(2)