From 8f2ef8a079ea77caead0a62f5bec8ce34181d907 Mon Sep 17 00:00:00 2001 From: wuestholz Date: Sun, 19 Oct 2014 18:00:27 +0200 Subject: Worked on the verification result caching. --- Test/snapshots/Snapshots26.v0.bpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Test/snapshots/Snapshots26.v0.bpl (limited to 'Test/snapshots/Snapshots26.v0.bpl') diff --git a/Test/snapshots/Snapshots26.v0.bpl b/Test/snapshots/Snapshots26.v0.bpl new file mode 100644 index 00000000..5276f1dd --- /dev/null +++ b/Test/snapshots/Snapshots26.v0.bpl @@ -0,0 +1,14 @@ +procedure {:checksum "0"} M(); + +implementation {:id "M"} {:checksum "1"} M() +{ + var x: int; + + while (*) + { + x := 0; + } + + assert 0 == 0; + assert x != x; +} -- cgit v1.2.3