cryptol/tests/regression/r04.icry
2014-04-17 15:34:25 -07:00

4 lines
134 B
Plaintext

:set warnDefaulting=off
:set ascii=on
if 1 <= 9 && 9 >= 1 && 1 < 9 && 9 > 1 && 1 == 1 then "comparisons good" else "comparisons bad "