source:
CIVL/mods/dev.civl.abc/examples/contract/extendQuant.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 143 bytes | |
| Line | |
|---|---|
| 1 | #pragma CIVL ACSL |
| 2 | /*@ ensures \result == x-1; */ |
| 3 | int g(int x); |
| 4 | |
| 5 | /*@ ensures \result==\sum(x,y, \lambda int i; 2*i); |
| 6 | @*/ |
| 7 | int f(int x, int y); |
Note:
See TracBrowser
for help on using the repository browser.
