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