forked from OSchip/llvm-project
Bring in 'alloca' for the Analysis/stack-addr-ps.c test case.
llvm-svn: 58849
This commit is contained in:
parent
86d6d9b5bf
commit
c118934d12
|
@ -1,6 +1,7 @@
|
|||
// RUN: clang -checker-simple -verify %s
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
|
||||
int* f1() {
|
||||
int x = 0;
|
||||
|
|
Loading…
Reference in New Issue