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