blob: e57ee865886bc66a73da9721bbc0562e81e39f97 [file] [log] [blame]
Nico Weber1ed35ba2012-11-11 01:35:05 +00001// 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=ASM
Daniel Dunbar36a3e922009-03-15 00:11:28 +00003// PR3808
4
Nico Weber1ed35ba2012-11-11 01:35:05 +00005// CHECK: identifier '$A'
6// CHECK-ASM: identifier 'A'
Daniel Dunbar36a3e922009-03-15 00:11:28 +00007$A