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