ocaml/camlp4/test/fixtures/pp_let_in2.ml

2 lines
64 B
OCaml
Raw Normal View History

let i = "toto" in ((let i = 42 in print_int i); print_string i)