From d652155ae013f36a1ee17653a8e458baad2d9c2c Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Mon, 6 Jun 2016 23:14:18 -0600 Subject: Merging complete. Everything looks good *crosses fingers* --- Test/z3api/boog11.bpl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Test/z3api/boog11.bpl') diff --git a/Test/z3api/boog11.bpl b/Test/z3api/boog11.bpl index 5b83de6a..c6e4f5f0 100644 --- a/Test/z3api/boog11.bpl +++ b/Test/z3api/boog11.bpl @@ -1,18 +1,18 @@ -type ref; -// types -const top: ref; -var myRef: ref; - -// procedure -procedure SetTo(r: ref); - modifies myRef -; - - ensures myRef==r; - -implementation SetTo(c: ref) { - myRef:=top; -} - - - +type ref; +// types +const top: ref; +var myRef: ref; + +// procedure +procedure SetTo(r: ref); + modifies myRef +; + + ensures myRef==r; + +implementation SetTo(c: ref) { + myRef:=top; +} + + + -- cgit v1.2.3