cryptol/tests/regression/r04.icry
Rob Dockins 7cd5e7bcef Change the default so that defaulting warnings are suppressed.
Now that we only default to unlimited-precision types, this warning
is considerably less useful.
2020-07-02 14:56:27 -07:00

3 lines
110 B
Plaintext

:set ascii=on
if 1 <= 9 /\ 9 >= 1 /\ 1 < 9 /\ 9 > 1 /\ 1 == 1 then "comparisons good" else "comparisons bad "