This commit is contained in:
swrup 2025-10-17 22:04:35 +02:00
parent 6220bbdae1
commit d0dba8ec17
5 changed files with 36 additions and 15 deletions

View file

@ -75,6 +75,8 @@ let () =
check_bad ", \"foo\"";
()
(*
let () =
let open Binary_formats.WithdrawConfirmationPS in
let str64 = String.init 64 (fun i -> Char.unsafe_chr (i + 1)) in
@ -88,3 +90,5 @@ let () =
Printf.printf "%s" raw_str;
*)
()
*)