Improved test.
[ocaml-bitstring.git] / tests / 02_run.ml
1 (* Just check that we can run some functions from the library.
2  * $Id$
3  *)
4
5 let () =
6   let bits = Bitmatch.create_bitstring 16 in
7   ignore (Bitmatch.string_of_bitstring bits)