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
/
c
/
quote
/
c_quote.h
blob
131430026f8c63a1f78783539d2e72100e1f456b
1
#ifndef C_QUOTE_H
2
#define C_QUOTE_H
3
4
#define FOO1_QUOTE(x) 2 * x
5
#define FOO2_QUOTE(x) 2 * x
6
7
#endif