source:
CIVL/examples/bugs/bool-bug.cvl
| Last change on this file was a78dd2e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 113 bytes | |
| Rev | Line | |
|---|---|---|
| [a78dd2e] | 1 | |
| 2 | int f(void) { | |
| 3 | return $true || $true; | |
| 4 | } | |
| 5 | ||
| 6 | int main(void) { | |
| 7 | int x = f(); | |
| 8 | $print(x, "\n"); | |
| 9 | $assert(x!=0); | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
