repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Index
/
werror.c
blob
98b602a170c00033e15c26aa389c22867e80c719
1
inline
int
*
get_int_ptr
(
float
*
fp
) {
2
return
fp
;
3
}
4
5
#ifdef FATAL
6
void
fatal
(
int
);
7
void
fatal
(
float
);
8
#endif
9
10
// RUN: c-index-test -write-pch %t.pch -Werror %s
11
// RUN: c-index-test -write-pch %t.pch -DFATAL -Werror %s
12