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