PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / char_array_constructor_3.f90
blobd4c49643f9e43753e011199481c8debfb5c89726
1 ! { dg-do compile }
2 ! tests the fix for PR32156, in which the character length of the compound
3 ! expression got lost.
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
7 write (*,'(2A3)') 'X'//(/"1","2"/)//'Y'
8 END