1 2 3 4 5 6 7 8
// --initial-memory 'a=[5,15]' // --final-memory 'a=[5,50]' // --disable-widening loop { assume ((a < 50) || (5 < b)); a = a + 1 }