xref: /llvm-project/compiler-rt/test/msan/default_ignorelist.cpp (revision d7ec48d71bd67118e7996c45e9c7fb1b09d4f59a)
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