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-extra
/
test
/
modularize
/
Inputs
/
HeaderGuardSubSub.h
blob
3f230d2ebe3855d68cc99b4cdbdae6b8df70d215
1
#ifndef _HEADERGUARDSUBSUB_H_
2
#define _HEADERGUARDSUBSUB_H_
3
4
#define SOMETHING 1
5
6
// Nest include. Header guard should not confuse modularize.
7
#include
"HeaderGuard.h"
8
9
#endif
// _HEADERGUARDSUBSUB_H_