summaryrefslogtreecommitdiff
path: root/Test/test15/IntInModel.bpl
blob: 8fa2e2bb4443d2316bdcbf3151831e0b4f8d2b60 (plain)
1
2
3
4
5
// RUN: %boogie -printModel:2 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
procedure M (i: int) {
  assert i != 0;
}