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
/
test
/
Modules
/
Inputs
/
dependency-gen.h
blob
2671e262c6ace08a0eca7c8a9c3895e463100287
1
//#ifndef DEPENDENCY_GEN_H
2
//#define DEPENDENCY_GEN_H
3
4
#include
"dependency-gen-included.h"
5
6
void
f
() {
7
g
();
8
h
();
9
}
10
11
//#endif