source: CIVL/examples/bugs/bool-bug.cvl

acw/focus-triggers
Last change on this file was a78dd2e, checked in by Stephen Siegel <siegel@…>, 11 days ago

Further work on complex numbers; now $input works for complexes.
Introducing a "bugs" directory for examples that reveal bugs in CIVL.

  • Property mode set to 100644
File size: 113 bytes
RevLine 
[a78dd2e]1
2int f(void) {
3 return $true || $true;
4}
5
6int 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.