aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/variable-declaration-heap-1.a68
blob: e7b40a19a99dcbd6860b095aea40b0ee6e36af7d (plain)
1
2
3
4
# { dg-options "-fstropping=upper" }  #
BEGIN HEAP INT a := 10;
      ASSERT (a = 10)
END