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