source: CIVL/examples/cast/bool.cvl@ bd7a43e

main test-branch
Last change on this file since bd7a43e was 711da6b, checked in by Stephen Siegel <siegel@…>, 18 months ago

Fixed bug in which equality of two boolean expressions crashed because the constant
evaluator thought the 2 args of == must be numeric. Just had to get rid of cast
to NumericExpression.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5940 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 64 bytes
Line 
1int main() {
2 return ($true && $true) == ($false && $false);
3}
Note: See TracBrowser for help on using the repository browser.