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