================ @@ -186,6 +186,10 @@ void multiple_waiters() { LIBC_NAMESPACE::pthread_mutex_destroy(&counter_lock); } +// Test the initializer +[[gnu::unused]] ---------------- lntue wrote: Why not `[[maybe_unused]]`? https://github.com/llvm/llvm-project/pull/126314