summaryrefslogtreecommitdiff
path: root/Test/test0/WhereParsing0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test0/WhereParsing0.bpl')
-rw-r--r--Test/test0/WhereParsing0.bpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/test0/WhereParsing0.bpl b/Test/test0/WhereParsing0.bpl
index 84f92741..f99dc1ab 100644
--- a/Test/test0/WhereParsing0.bpl
+++ b/Test/test0/WhereParsing0.bpl
@@ -26,3 +26,7 @@ procedure Q(x: int where x > 0) returns (y: int where y < 0)
y := b;
return;
}
+
+axiom (forall yu: bool, {:myAttr} x: int :: x < 100);
+axiom (forall {:myAttr} x: int :: x < 100);
+axiom (forall <T> {:myAttr} x: T :: x == x);