DEBSOURCES
Skip Quicknav
sources / js-of-ocaml / 6.2.0-1 / compiler / tests-wasm_of_ocaml / gh107.ml
1234567891011
[@@@warning "-69"] type t = { x : float ; y : float } let () = let f x = { x; y = 2. } in let x = f 1. in Format.printf "%f@." x.y