================ @@ -0,0 +1,24 @@ +// RUN: %clangxx_msan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s +// REQUIRES: linux ---------------- vitalybuka wrote: `REQUIRES: linux` is equivalent to putting the test into Linux/ subdir https://github.com/llvm/llvm-project/pull/98951