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