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