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