let type point = {int, int} var p := new point{1, 2} in p.0 end