================ @@ -0,0 +1,46 @@ +// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s ---------------- daveclausen wrote: Done. I also removed the CHECK and CHECK-NOT comment lines at the end of the file. https://github.com/llvm/llvm-project/pull/84923