2 ! This tests the patch for PR27584, where an ICE would ensue if
3 ! a bad argument was fed for the target in ASSOCIATED.
5 ! Contributed by Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
11 if(ASSOCIATED(X
,(Y
))) print *, 'Hello' ! { dg-error "VARIABLE or FUNCTION" }