зеркало из https://github.com/microsoft/clang-1.git
Remove test case's dependency on header file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88685 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
c764d4b5b7
Коммит
c360775fb7
|
@ -1,5 +1,7 @@
|
|||
// RUN: clang-cc -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-experimental-checks -analyzer-store=region -verify %s
|
||||
#include <stdlib.h>
|
||||
typedef long unsigned int size_t;
|
||||
void *malloc(size_t);
|
||||
void free(void *);
|
||||
|
||||
void f1() {
|
||||
int *p = malloc(10);
|
||||
|
|
Загрузка…
Ссылка в новой задаче