blob: f3c8fd5ef4fb54b246ec9b093ed7714109b8ec19 [file] [log] [blame]
! { 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