1
2
3
4
5
6
7
// --initial-memory 'a=[5,15]'
// --final-memory   'a=[5,64]'

loop {
  assume ((a < 50) || (5 < b));
  a = a + 1
}