mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-28 22:43:32 +08:00
Clang complains about `new_chunk`'s constructor using the then-uninitialized `first_chunk` (even though it's just to get a pointer into it).
Clang complains about `new_chunk`'s constructor using the then-uninitialized `first_chunk` (even though it's just to get a pointer into it).