1 2 3 4 5 6 7 8 9
// --initial-memory a:[-3,3] // --final-memory a:[-52,6] // --disable-widening a = a * 2; loop { assume (-50 < a); a = a - 3 }