ref: 1b71d38fed9e132d36aff99b74217b2d6ec83ccd dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }