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.
2 parents 3d42959 + a6bd36e commit 67f6fb2Copy full SHA for 67f6fb2
compiler-rt/test/asan/TestCases/zero_alloc.cpp
@@ -1,5 +1,8 @@
1
// RUN: %clang_asan -Wno-alloc-size -fsanitize-recover=address %s -o %t && %env_asan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s
2
3
+// UNSUPPORTED: darwin
4
+// UNSUPPORTED: ios
5
+
6
#include <malloc.h>
7
#include <stdio.h>
8
0 commit comments