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