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/test2/BoundedTypeParameterQuantifier.bpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Test/test2/BoundedTypeParameterQuantifier.bpl (limited to 'Test/test2/BoundedTypeParameterQuantifier.bpl') diff --git a/Test/test2/BoundedTypeParameterQuantifier.bpl b/Test/test2/BoundedTypeParameterQuantifier.bpl new file mode 100644 index 00000000..146ba445 --- /dev/null +++ b/Test/test2/BoundedTypeParameterQuantifier.bpl @@ -0,0 +1,14 @@ +// RUN: %boogie /proverWarnings:1 "%s" > "%t" +// RUN: %diff "%s.expect" "%t" + +function Map#Domain(Map QUN YAN): [QUN] bool; +function Map#Empty(): Map QUN YAN; +type Map QUN YAN; + +axiom (forall u: QUN :: + { Map#Domain(Map#Empty(): Map QUN YAN)[u] } + !Map#Domain(Map#Empty(): Map QUN YAN)[u]); + +procedure P() +{ +} -- cgit v1.2.3