OpenGrok
Cross Reference: token-concat.c
xref
: /
external
/
clang
/
test
/
Lexer
/
token-concat.c
Home
|
History
|
Annotate
|
Download
|
only in
Lexer
1
// RUN: %clang_cc1 -E -x c -o %t %s
2
// RUN: grep 'IDENT.2' %t
3
4
IDENT
.
2
5