Blame camlp4/test/fixtures/pp_let_in2.ml

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