blob: cb88ad2d00b2771884918f8380f8c08b17acc2fe [file] [log] [blame]
! { dg-do compile }
! PR 83999 - this used to ICE
! Origial test case by Gerhard Steinmetz
program p
character(2) :: c = 'a' // [character :: [1]] ! { dg-error "Illegal type in character concatenation" }
end