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