1! { dg-do run }
2! PR31495 Is this continuation legal?
3program print_ascertain
4character (len=50) :: str
5str = "hello world &
6&    &
7&!"
8if (str.ne."hello world     !") call abort
9end program print_ascertain
10