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