xref: /minix3/external/bsd/llvm/dist/clang/test/Lexer/dollar-idents.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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=CHECK-ASM
3 // PR3808
4 
5 // CHECK: identifier '$A'
6 // CHECK-ASM: identifier 'A'
7 $A
8