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