dollar-idents.c revision a6600a339fee660cac2bd9b04cf578fa47ed491d
1// RUN: %clang_cc1 -dump-tokens %s 2>&1 | FileCheck %s
2// RUN: %clang_cc1 -dump-tokens -x assembler-with-cpp %s 2>&1 | FileCheck %s --check-prefix=ASM
3// PR3808
4
5// CHECK: identifier '$A'
6// CHECK-ASM: identifier 'A'
7$A
8