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