With `trunk` compiler: ``` $ echo "type t = A" > a.ml $ echo "let f (_ : A.t) = object end" > b.ml $ ocamlopt -c a.ml $ ocamlopt -c b.ml $ md5sum b.cmx 7bbe2afa5aacd6db86eccde09bbd2593 b.cmx $ ocamlopt -annot -c b.ml $ md5sum b.cmx c791ac713e562561aecff8e655e77f01 b.cmx ```