aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/mcgt-7.1.3a-bis.a68
blob: 132f0c57972e9e6120fc004098b3646b48187b5c (plain)
1
2
3
4
5
6
7
8
# { dg-options "-fstropping=upper" }  #

# Transient references and declarations.  #
BEGIN FLEX[4,6]INT p;
      # Illegal, cannot remember transient name.  #
      REF[]INT q2 = p[3,]; # { dg-error "" }  #
      SKIP
END