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