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