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