1! { dg-do compile }
2! tests the fix for PR32156, in which the character length of the compound
3! expression got lost.
4!
5! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
6!
7write (*,'(2A3)') 'X'//(/"1","2"/)//'Y'
8END
9