3 ! PR 46067: [F03] invalid procedure pointer assignment not detected
5 ! Contributed by Janus Weil <janus@gcc.gnu.org>
15 real function fun1 (t
,x
)
18 print *," id = ", t
%id
28 call test (fun1
) ! { dg-error "Interface mismatch in dummy procedure" }
34 real function proc(t
,x
)
40 type(test_type
) :: funs
43 print *, " proc(0) ",r