ocaml/camlp4/test/fixtures/pp_let_in2.ml

2 lines
64 B
OCaml

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