summaryrefslogtreecommitdiff
path: root/Test/test15/NullInModel.bpl
blob: 560f2952e180443142bb56a235a1ba7b245743f8 (plain)
1
2
3
4
5
6
7
// RUN: %boogie -printModel:2 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
procedure M (s: ref) {
  assert s != null;
}
type ref;
const null: ref;