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