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