source:
CIVL/examples/library/civlc/assertBad.cvl@
b5f707b
| Last change on this file since b5f707b was 5d1eb5a, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 98 bytes | |
| Rev | Line | |
|---|---|---|
| [5d1eb5a] | 1 | #include<civlc.cvh> |
| 2 | ||
| 3 | int main(){ | |
| 4 | int a = 1, b = 2, c = 3, d = 4; | |
| 5 | ||
| 6 | $assert((a+b) == (c+d)); | |
| 7 | } | |
| 8 |
Note:
See TracBrowser
for help on using the repository browser.
