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 a8506b0 + 51163c5 commit 0c04522Copy full SHA for 0c04522
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