================ @@ -0,0 +1,24 @@ +// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s +#include "test.h" + +pthread_mutex_t mtx; ---------------- kennyyu wrote: Will fix https://github.com/llvm/llvm-project/pull/69372