aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/array_constructor_type_19.f03
blob: f3c8fd5ef4fb54b246ec9b093ed7714109b8ec19 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! { dg-options "-std=f2003" }

! PR fortran/36517
! Check for incorrect error message with -std=f2003.
! This is the test of comment #1, PR 36517.

print *, [ character(len=2) :: 'a', 'bb' ]
end