4 ! Gfortran used to fail on this testcase with:
5 ! gfc_get_default_type(): Bad symbol '@0'
7 ! Original program by James Van Buskirk
8 ! Reduced by Janus Weil <janus@gcc.gnu.org>
12 function abstract_fun(x
)
14 integer abstract_fun(x
)
15 end function abstract_fun
21 procedure(abstract_fun
) :: fun
24 ! { dg-final { cleanup-modules "other_fun" } }