This website requires JavaScript.
Explore
Help
Sign In
wangtao
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fbd38cadf1
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
macro-ambiguity
/
c
/
quote
/
c_quote.h
8 lines
101 B
C
Raw
Blame
History
#
ifndef C_QUOTE_H
#
define C_QUOTE_H
#
define FOO1_QUOTE(x) 2 * x
#
define FOO2_QUOTE(x) 2 * x
#
endif
Reference in New Issue
View Git Blame
Copy Permalink