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
/
Modules
/
Inputs
/
preprocess
/
file.h
blob
84cf22a337406dd957a26b6c97ebb72266abf30b
1
#include
"other.h"
2
3
#ifndef FILE_H
4
#define FILE_H
5
struct
__FILE
;
6
#include
"fwd.h"
7
typedef
struct
__FILE
FILE
;
8
typedef
foo bar
;
9
#endif