summaryrefslogtreecommitdiffstats
path: root/test/Frontend/rewrite-includes-header-cmd-line.c
blob: dffaf28fe237a5d84760a2919a412210c6f4face (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -E -frewrite-includes -include rewrite-includes2.h -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s

// STARTMAIN

// CHECK-NOT: {{^}}#define
// CHECK: included_line2
// CHECK: {{^}}// STARTMAIN{{$}}