3 ! Test the fix for PR91717 in which the concatenation operation ICEd.
5 ! Contributed by Damian Rouson <damian@sourceryinstitute.org>
8 character (len
=:), allocatable
:: msg
14 my_core
%msg
= my_core
%msg
//"my message is: "
15 my_core
%msg
= my_core
%msg
//"Hello!"
17 if (my_core
%msg
.ne
. "my message is: Hello!") stop 1