Hi,
This kind of input causes a crash in ocamlformat:
The reason is that it tries to format as something that starts with 0., which is lexed as a float.
The "canonical" example is (0).(0) which cannot happen in a well-typed way, but other similar ones might happen when redefining ( .*() ) or ( .*()<- ) and similar operators.