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