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