xref: /llvm-project/clang/test/Lexer/token-concat.c (revision dc78bd9f79960a9ef0589a7831248880305d826e)
1 // RUN: clang -E -x c -o %t %s &&
2 // RUN: grep 'IDENT.2' %t
3 
4 IDENT.2
5