forked from OSchip/llvm-project
[analyzer] ReturnVisitor: more portable test case
llvm-svn: 363515
This commit is contained in:
parent
490e83cd43
commit
4d4ef2a167
|
@ -11,10 +11,9 @@
|
|||
// expected-no-diagnostics
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../Inputs/system-header-simulator-cxx.h"
|
||||
|
||||
typedef unsigned long uintptr_t;
|
||||
|
||||
void error();
|
||||
void *malloc(size_t);
|
||||
|
||||
|
|
Loading…
Reference in New Issue