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
[gn build] Port f3c4b58f4b0d
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
macro-ambiguity
/
b
/
quote
/
b_quote.h
blob
f5e990f1464dc5f0ccfde0d38189bf19fccfff69
1
#ifndef B_QUOTE_H
2
#define B_QUOTE_H
3
4
#define FOO2_QUOTE(x) x + x
5
#define BAR2_QUOTE(x) x + x
6
#define BAZ2_QUOTE(x) x + x
7
8
#endif