let t = { x = 1, y = "FooBaR" }
let u = { z = t, some_more = t }
let test = print_string ("Recording succeeds.\n")