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