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