================ @@ -0,0 +1,25 @@ +// RUN: %clangxx -fsanitize=realtime %s -o %t +// RUN: env RTSAN_OPTIONS="halt_on_error=false" %run %t 2>&1 | FileCheck %s ---------------- fmayer wrote: Also add a case with `=true`? https://github.com/llvm/llvm-project/pull/109832