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 c62284c commit e2a8b98Copy full SHA for e2a8b98
compiler-rt/test/asan/TestCases/zero_alloc.cpp
@@ -1,10 +1,7 @@
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>
+#include <stdlib.h>
8
9
int main(int argc, char **argv) {
10
{
0 commit comments