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