source:
CIVL/examples/tickets/ticket_943_short_circuit.cvl@
cc8e265
| Last change on this file since cc8e265 was ddff7f9, checked in by , 5 years ago | |
|---|---|
|
|
| File size: 119 bytes | |
| Line | |
|---|---|
| 1 | _Bool f[5]; |
| 2 | |
| 3 | int main() { |
| 4 | return (($false && $true) != ($true && f[2])) || (($true && $false) == (f[2] && $true)); |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
