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