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