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