CIL example: <linux/fs.h> is now required for <linux/ext3_fs.h>
[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 = Bitstring.create_bitstring 16 in
7   ignore (Bitstring.string_of_bitstring bits)