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