blob: 1ced9bd0e6445b53b8345c541f3ff1136dde8ebc [file] [log] [blame]
! { dg-do compile }
! PR71686
program p
character(8) :: z
z = 'abc& ! { dg-error "Unterminated character constant" }
!end
! { dg-error "Unexpected end of file" "" { target *-*-* } 0 }