rewrite-includes-header-cmd-line.c 225 Bytes Raw Blame History Permalink 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{{$}}