
# 0b11111111111111111111111111111111;;
Integer literal exceeds the range of representable integers of type int
# exit 0;;
$ echo 'let _ = 0b11111111111111111111111111111111' > test.ml
$ ocamlc test.ml
File "test.ml", line 1, characters 8-42:
Integer literal exceeds the range of representable integers of type int