source:
CIVL/mods/dev.civl.com/examples/direct/infeasible.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 93 bytes | |
| Line | |
|---|---|
| 1 | #include <civlc.cvh> |
| 2 | |
| 3 | int not_true = 0; |
| 4 | int main() { |
| 5 | if (not_true) { |
| 6 | $assert(0); |
| 7 | } |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
