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