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

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