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