forked from OSchip/llvm-project
include alloca.h instead of malloc.h. If this doesn't work for everyone we can just declare alloca directly in the file.
llvm-svn: 58853
This commit is contained in:
parent
3707f1e6f3
commit
aaa183e944
|
@ -1,7 +1,7 @@
|
|||
// RUN: clang -checker-simple -verify %s
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <alloca.h>
|
||||
|
||||
int* f1() {
|
||||
int x = 0;
|
||||
|
|
Loading…
Reference in New Issue