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