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