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