mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
8 lines
225 B
C
8 lines
225 B
C
// 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{{$}}
|