source:
CIVL/mods/dev.civl.com/examples/contracts/pred_bad.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 100 bytes | |
| Line | |
|---|---|
| 1 | #pragma CIVL ACSL |
| 2 | /*@ predicate gt(int x, int y) = x > y; |
| 3 | @*/ |
| 4 | int main() { |
| 5 | $assert(gt(0, 1)); |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
