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