main ::= fn() { Point ::= struct { x: int; y, z: int; } p: Point; p.x = 6; p.y = 13; p.z = 43902; }