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