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 af55bff commit 6642735Copy full SHA for 6642735
compiler-rt/test/asan/TestCases/debug_locate.cpp
@@ -1,10 +1,9 @@
1
-// UNSUPPORTED: MSVC
2
// Checks the ASan memory address type debugging API, makes sure it returns
3
// the correct memory type for heap, stack, global and shadow addresses and
4
// that it correctly finds out which region (and name and size) the address
5
// belongs to.
6
// RUN: %clangxx_asan -O0 %s -o %t && %run %t 2>&1
7
-
+// UNSUPPORTED: MSVC
8
#include <assert.h>
9
#include <sanitizer/asan_interface.h>
10
#include <stdio.h>
0 commit comments