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