2 ! Tests the fix for the bug PR33233, in which the reference to 'x'
3 ! in 'inner' wrongly host-associated with the variable 'x' rather
6 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
9 REAL :: x(3) = (/ 1.5, 2.5, 3.5 /)
12 if (x(2) .eq
. 2.5) call abort ()
15 integer, optional
:: m