mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-11 14:49:36 +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).