mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-10 05:46:53 +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).