diff options
author | mikebarnett <unknown> | 2009-07-15 21:03:41 +0000 |
---|---|---|
committer | mikebarnett <unknown> | 2009-07-15 21:03:41 +0000 |
commit | ce1c2de044c91624370411e23acab13b0381949b (patch) | |
tree | 592539996fe08050ead5ee210c973801611dde40 /Test/test0/BadQuantifier.bpl |
Initial set of files.
Diffstat (limited to 'Test/test0/BadQuantifier.bpl')
-rw-r--r-- | Test/test0/BadQuantifier.bpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/test0/BadQuantifier.bpl b/Test/test0/BadQuantifier.bpl new file mode 100644 index 00000000..b06ab0d9 --- /dev/null +++ b/Test/test0/BadQuantifier.bpl @@ -0,0 +1,3 @@ +
+function f(int) returns (bool);
+axiom (forall int x :: f(x) <== x >= 0);
|