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