2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / array_constructor_type_19.f03
blobf3c8fd5ef4fb54b246ec9b093ed7714109b8ec19
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
4 ! PR fortran/36517
5 ! Check for incorrect error message with -std=f2003.
6 ! This is the test of comment #1, PR 36517.
8 print *, [ character(len=2) :: 'a', 'bb' ]
9 end