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