2 ! { dg-options -Wampersand }
3 ! PR 19101 Test line continuations and spaces. Note: the missing ampersand
4 ! before "world" is non standard default behavior. Use -std=f95, -std=f2003,
5 ! -pedantic, -Wall, or -Wampersand to catch this error
6 ! Submitted by Jerry DeLisle <jvdelisle@gcc.gnu.org>.
11 world!" ! { dg-warning "Missing '&' in continued character constant" }
14 call abort();end program main