================ @@ -0,0 +1,55 @@ +// RUN: %clangxx_nsan -O2 -g %s -o %t +// RUN: %run %t 2>&1 | FileCheck %s + +// RUN: %clangxx_nsan -fno-builtin -O2 -g %s -o %t ---------------- alexander-shaposhnikov wrote: done https://github.com/llvm/llvm-project/pull/100906