2 ! Test for fix of PR27655
4 !Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6 print *, associated(NULL(),i
) ! { dg-error "not permitted as actual argument" }
7 print *, associated(i
,NULL()) ! { dg-error "not permitted as actual argument" }