summaryrefslogtreecommitdiffstats
path: root/test/pp-trace/pp-trace-ident.cpp
blob: cdd9fd38230fd3c02a184f76bf92151227c5749f (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: pp-trace -callbacks '*,-FileChanged,-MacroDefined' %s -- -undef -target x86_64 -std=c++11 | FileCheck --strict-whitespace %s

#ident "$Id$"

// CHECK: ---
// CHECK-NEXT: - Callback: Ident
// CHECK-NEXT:   Loc: "{{.*}}{{[/\\]}}pp-trace-ident.cpp:3:2"
// CHECK-NEXT:   Str: "$Id$"
// CHECK-NEXT: - Callback: EndOfMainFile
// CHECK-NEXT: ...