aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/minusab-4.a68
blob: 4330908f58f854ce4f0c5b71e4e679799b331766 (plain)
1
2
3
4
5
6
# { dg-options "-fstropping=upper" }  #
BEGIN INT num ints := 10;
      num ints -:= 1;
      ASSERT (num ints = 9);
      ASSERT ((LOC INT -:= 12) = -12)
END