aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/collateral-clause-1.a68
blob: d467a424aa2aa687467bac0bc98e62d9fd239187 (plain)
1
2
3
4
# { dg-options "-fstropping=upper" }  #
BEGIN INT i := 10;
      (i, i + 1, i + 2)
END