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