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