2 ! Tests the fix for PR19546 in which an ICE would result from
3 ! setting the parent result in a contained procedure.
4 ! Check that parent alternate entry results can be referenced.
21 if (g
.eq
.99) g
= g
- 22
25 integer, external :: f
, g
26 if (f ().ne
.2) call abort ()
27 if (g ().ne
.33) call abort ()