summaryrefslogtreecommitdiffstats
path: root/test/Lexer/dollar-idents.c
blob: 7635ea112eb70995f96cd3561e557ca80503f6c9 (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -dump-tokens %s 2> %t &&
// RUN: grep "identifier '\$A'" %t
// RUN: clang-cc -dump-tokens -x assembler-with-cpp %s 2> %t &&
// RUN: grep "identifier 'A'" %t
// PR3808

$A
OpenPOWER on IntegriCloud