source:
CIVL/examples/library/civlc/assume.cvl@
0fdf4bd
| Last change on this file since 0fdf4bd was 19ed754, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 124 bytes | |
| Rev | Line | |
|---|---|---|
| [19ed754] | 1 | #include<civlc.cvh> |
| 2 | ||
| 3 | _Bool alwaysTrue() { | |
| 4 | return $true; | |
| 5 | } | |
| 6 | ||
| 7 | $assume(alwaysTrue()); | |
| 8 | ||
| 9 | int main() { | |
| 10 | return 0; | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
