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