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