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