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