mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-29 12:24:50 -05:00
3 lines
136 B
OCaml
3 lines
136 B
OCaml
let () =
|
|
Crowbar.add_test ~name:"ccsexp_parse_string_does_not_crash" [ Crowbar.bytes ]
|
|
(fun s -> CCSexp.parse_string s |> ignore)
|