1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -Werror
2 ! Confirm a portability warning on use of a procedure binding apart from a call
10 class(t
), intent(in
) :: x
16 procedure(sub
), pointer :: p
18 !PORTABILITY: Procedure binding 'sub' used as target of a pointer assignment
20 !PORTABILITY: Procedure binding 'sub' passed as an actual argument