summaryrefslogtreecommitdiff
path: root/ocaml/tmp/test_ref.ml
blob: 8bff6e7f3d2263e987d4b7b2e031fab2945e26ec (plain)
1
2
3
4
5
6
7
type writer = {
  buf: bytes ref;
  mutable bit_pos: int;
}

let test w =
  Bytes.length !(w.buf)