source:
CIVL/examples/languageFeatures/assert1.cvl@
96e7e5e
| Last change on this file since 96e7e5e was 5caec96, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 163 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Commandline example: |
| 3 | * civl verify assert1.cvl |
| 4 | */ |
| 5 | #include<stdbool.h> |
| 6 | #include<assert.h> |
| 7 | |
| 8 | void main(){ |
| 9 | bool b= true; |
| 10 | |
| 11 | assert(b); |
| 12 | assert(1); |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
