1// Test that MSan uses the default ignorelist from resource directory.
2// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
3// CHECK: fsanitize-system-ignorelist={{.*}}msan_ignorelist.txt
4

source code of compiler-rt/test/msan/default_ignorelist.cpp