================ @@ -0,0 +1,122 @@ +#include <cassert> ---------------- frederick-vs-ja wrote: `assert` is not used. But it seems that we should include `<__mutex/lock_guard.h>`. ```suggestion #include <__mutex/lock_guard.h> ``` https://github.com/llvm/llvm-project/pull/82466