aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/assignation-int-2.a68
blob: cfd3840763164cc460569f23890f27c9032ea205 (plain)
1
2
3
4
5
# { dg-options "-fstropping=upper" }  #
BEGIN x := 100;
      INT x;
      ASSERT (x = 100)
END