aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/elems-2.a68
blob: 0545f4ec67d167384e4c5a5151712134c42aff30 (plain)
1
2
3
4
5
6
7
# { dg-options "-fstropping=upper" }  #
# Flat and ultra-flat multiples.  #
BEGIN [3,10:3]INT arr;
      ASSERT (2 ELEMS arr = 0);
      [1:0]INT arr2;
      ASSERT (ELEMS arr2 = 0)
END