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