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