2 ! Tests the fix for PR19546 in which an ICE would result from
3 ! setting the parent result in a contained procedure.
4 ! From the testcase of Francois-Xavier Coudert/Tobias Schlueter
13 if (f
.eq
.42) f
= f
- 41
17 integer, external :: f
18 if (f ().ne
.2) call abort ()