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