aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/error-string-break-1.a68
blob: fd8e765ab4849fb9910fd540e0960f85ec84ce1d (plain)
1
2
3
4
# { dg-options "-fstropping=upper" }  #

BEGIN puts ("hello '_ world") # { dg-error "invalid string break sequence" }  #
END