blob: a11c4b7fd15f8691991f707ffcd196250005a043 [file] [log] [blame]
! { dg-do run }
! { dg-options -Wall }
! PR 30437 Test for Wall
program main
character (len=40) &
c
c = "Hello, &
world!" ! { dg-warning "Warning: Missing '&' in continued character constant" }
if (c.ne.&
"Hello, world!")&
call abort();end program main