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