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