We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b80656 commit c133850Copy full SHA for c133850
clang/test/Interpreter/pretty-print.c
@@ -3,7 +3,7 @@
3
// RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s
4
// RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s
5
6
-// UNSUPPORTED: hwasan
+// UNSUPPORTED: hwasan, msan
7
8
9
char c = 'a'; c
0 commit comments