diff options
Diffstat (limited to 'Test/z3api/boog15.bpl')
-rw-r--r-- | Test/z3api/boog15.bpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/z3api/boog15.bpl b/Test/z3api/boog15.bpl index ef792b2b..428c0f6e 100644 --- a/Test/z3api/boog15.bpl +++ b/Test/z3api/boog15.bpl @@ -1,3 +1,4 @@ +type ref;
function AtLeast(int, int) returns ([int]bool);
axiom(forall n:int, x:int :: {AtLeast(n,x)} AtLeast(n,x)[x]);
|