source:
CIVL/mods/dev.civl.abc/examples/pragmas/civlprag1.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 103 bytes | |
| Line | |
|---|---|
| 1 | #ifdef _CIVL |
| 2 | #include <civlc.cvh> |
| 3 | #endif |
| 4 | |
| 5 | int N; |
| 6 | #pragma CIVL $assume(N>0); |
| 7 | int main() { |
| 8 | return N; |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
