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