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