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