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