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

$A
OpenPOWER on IntegriCloud