cryptol/tests/regression/r04.icry
2016-08-18 16:05:23 -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 "