source:
CIVL/mods/dev.civl.abc/examples/side-effects/abstractFunctions.cvl
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 102 bytes | |
| Line | |
|---|---|
| 1 | #include<assert.h> |
| 2 | $abstract int f(int); |
| 3 | |
| 4 | int main(){ |
| 5 | int k; |
| 6 | |
| 7 | assert($forall(int i | i>0)f(i)); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
