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