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