source:
CIVL/mods/dev.civl.com/examples/experimental/moduloBad.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 86 bytes | |
| Rev | Line | |
|---|---|---|
| [886f2a0] | 1 | #include <civlc.cvh> |
| 2 | #include <assert.h> | |
| 3 | ||
| 4 | void main () { | |
| 5 | $assert((-4) % 3 == -1); | |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
