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