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
/
macro-ambiguity
/
e
/
system
/
e_system.h
blob
c9e13419edc5dab55c81bd663df831919d591edf
1
#ifndef E_SYSTEM_H
2
#define E_SYSTEM_H
3
4
#define BAZ1_SYSTEM(x) 2 * x
5
#define BAZ2_SYSTEM(x) 2 * x
6
7
#endif