2012-12-02 13:20:44 +00:00
|
|
|
// RUN: %clang_cc1 -dump-tokens %s 2>&1 | FileCheck %s
|
|
|
|
// RUN: %clang_cc1 -dump-tokens -x assembler-with-cpp %s 2>&1 | FileCheck %s --check-prefix=ASM
|
2009-06-02 17:58:47 +00:00
|
|
|
// PR3808
|
|
|
|
|
2012-12-02 13:20:44 +00:00
|
|
|
// CHECK: identifier '$A'
|
|
|
|
// CHECK-ASM: identifier 'A'
|
2009-06-02 17:58:47 +00:00
|
|
|
$A
|