[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Lexer / dollar-idents.c
bloba1263b4e572cc7df82bc8d6e2720d3aa32e999ba
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
5 // CHECK: identifier '$A'
6 // CHECK-ASM: identifier 'A'
7 $A