summaryrefslogtreecommitdiff
path: root/Test/z3api/boog31.bpl
blob: 86386a9070cc4e3e127fb53c70a2dae6b82f90ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
type ref;

const b1:bool;
const b2:bool;
const b3:bool;

axiom (b1==true && b2==false && b3==true);

procedure  main ( ) 

{
var c: int;
assert (c==0);
}