(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
continuation_8.f90
! { 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