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