1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
8 lines
186 B
C
8 lines
186 B
C
// RUN: %clang_cc1 -dump-tokens %s 2> %t
|
|
// RUN: grep "identifier '\$A'" %t
|
|
// RUN: %clang_cc1 -dump-tokens -x assembler-with-cpp %s 2> %t
|
|
// RUN: grep "identifier 'A'" %t
|
|
// PR3808
|
|
|
|
$A
|