aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/proc-29.a68
blob: 51ea5fccf933da29a0faf31656391282ec646c40 (plain)
1
2
3
4
5
# { dg-options "-fstropping=upper" }  #
# A heap proc variable.  #
BEGIN HEAP PROC foo := INT: 666;
      ASSERT (foo = 666)
END