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 e2a8b98 commit 51163c5Copy full SHA for 51163c5
compiler-rt/test/msan/zero_alloc.cpp
@@ -1,7 +1,7 @@
1
// RUN: %clang_msan -Wno-alloc-size -fsanitize-recover=memory %s -o %t && not %run %t 2>&1 | FileCheck %s
2
3
-#include <malloc.h>
4
#include <stdio.h>
+#include <stdlib.h>
5
6
int main(int argc, char **argv) {
7
{
0 commit comments