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