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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
tools
/
scan-build-py
/
tests
/
functional
/
src
/
broken-one.c
blob
f0550238132c225ec45bdbd0c8b6e2ee1c2b68c6
1
#include <notexisting.hpp>
2
3
int
value
(
int
in
)
4
{
5
return
2
*
in
;
6
}