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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
fixit-sys-header.h
blob
8d7066e767dd8be2f7fc132c8ccca732015f5c45
1
#pragma clang system_header
2
3
int
func_in_sys_header
(
char
*
s
,
unsigned long
len
)
4
{
5
return
0
;
6
}