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 110141b commit 0d6f9bfCopy full SHA for 0d6f9bf
compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
@@ -2,6 +2,8 @@
2
// RUN: %clang_cl_asan %Od %s -EHsc %Fe%t
3
// RUN: not %run %t 2>&1 | FileCheck %s
4
5
+// UNSUPPORTED: target={{.*-windows-gnu}}
6
+
7
char buff1[6] = "hello";
8
char buff2[6] = "hello";
9
0 commit comments