···97979898let () =
9999 let b = "\xfe\xdc\xba\x98\x76\x54\x32\x10\x01\x00" in
100100+ let b = Bytes.(to_string (copy (of_string b))) in
100101 assert (String.get_int64_le b 0 = 0x1032547698badcfeL);
101102 assert (String.get_int64_be b 0 = 0xfedcba9876543210L);
102103 assert (String.get_int64_le b 1 = 0x011032547698badcL);