source:
CIVL/examples/direct/infeasible.c@
552ed59
| Last change on this file since 552ed59 was b4b2dd3, checked in by , 10 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.
