| 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 |
| 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 |