summaryrefslogtreecommitdiff
path: root/Test/z3api/boog3.bpl
blob: 207ddbd0984a002e97e91ea8a837c0954ace5c3e (plain)
1
2
3
4
5
6
7
8
type ref;
type Wicket;

procedure Dummy();
implementation Dummy() {
  var x: Wicket;
  assert (x!=x);
}