aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/error-mode-stropping-15.a68
blob: 0136fdb4f7bc7c9954ac00542c9a0a67ace524eb (plain)
1
2
3
4
# { dg-options "-fstropping=upper" }  #
BEGIN SHORT SHORT INT j;
      j := "joo" { dg-error "CHAR.*SHORT SHORT INT" }
END