xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Preprocessor
/
macro_paste_simple.c
(revision 7a017c6f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: clang-cc %s -E | grep "barbaz123"
2
3
#
define
FOO
bar
##
baz
##
123
4
5
FOO
6