blob: b465827026685ed181f9825b2d1bd7278a9129c7 [file] [log] [blame]
! { dg-do run }
! PR31495 Is this continuation legal?
program print_ascertain
character (len=50) :: str
str = "hello world &
& &
&!"
if (str.ne."hello world !") STOP 1
end program print_ascertain