summaryrefslogtreecommitdiff
path: root/Test/linear/f1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/f1.bpl')
-rw-r--r--Test/linear/f1.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/linear/f1.bpl b/Test/linear/f1.bpl
index 1f451daf..513b67fa 100644
--- a/Test/linear/f1.bpl
+++ b/Test/linear/f1.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory -doModSetAnalysis %s > %t
+// RUN: %diff %s.expect %t
function {:builtin "MapConst"} mapconstbool(bool) : [int]bool;
const {:existential true} b0: bool;
const {:existential true} b1: bool;