1 2 3 4 5 6
# { dg-options "-fstropping=upper" } # BEGIN INT x := 10; REF INT xx = (x := 20); ASSERT (xx = 20); SKIP END