2 ! { dg-options "-std=f2003" }
4 ! PR 45521: [F08] GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE
6 ! Contributed by <wangmianzhi1@linuxmail.org>
17 logical function testAlloc(obj
) ! { dg-error "Ambiguous interfaces" }
18 integer, allocatable
:: obj
22 logical function testPtr(obj
) ! { dg-error "Ambiguous interfaces" }
23 integer, pointer :: obj