let x@4 = 1
let y@14 = 2
let f@24 x@26 =
  x@26 + y@14
let g@42 y@44 =
  f@24 x@4 + y@44

let () =
  List.iter print_endline ["a"; "b"]