aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/identity-declaration-4.a68
blob: d60867eff3265235c5fd22e559852336dcb580c7 (plain)
1
2
3
4
5
# { dg-options "-fstropping=upper" }  #
BEGIN INT x := 10;
      REF INT xx = ((x));
      ASSERT (xx = 10)
END