summaryrefslogtreecommitdiff
path: root/Test/test15/NullInModel.bpl
blob: 67c34e3da826c654747279f2f6c4cea95dfcd729 (plain)
1
2
3
4
5
procedure M (s: ref) {
  assert s != null;
}
type ref;
const null: ref;