repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Lexer
/
dollar-idents.c
blob
a1263b4e572cc7df82bc8d6e2720d3aa32e999ba
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