xo-reader2 stack: + TypeRegistry

This commit is contained in:
Roland Conybeare 2026-02-15 22:57:15 -05:00
commit 13345f5b72
3 changed files with 7 additions and 7 deletions

View file

@ -169,7 +169,7 @@ namespace xo {
/* arbitrary alloc size */
size_t req_z = 13;
byte * mem = a1o.alloc(typeseq::anon(), req_z);
byte * mem = a1o.alloc(typeseq::sentinel(), req_z);
REQUIRE(arena.error_count_ == 0);
REQUIRE(mem != nullptr);