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