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