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