Bring in 'alloca' for the Analysis/stack-addr-ps.c test case.

llvm-svn: 58849
This commit is contained in:
Argyrios Kyrtzidis 2008-11-07 14:00:25 +00:00
parent 86d6d9b5bf
commit c118934d12
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// RUN: clang -checker-simple -verify %s
#include <stdlib.h>
#include <malloc.h>
int* f1() {
int x = 0;