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