repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Frontend
/
rewrite-includes-header-cmd-line.c
blob
dffaf28fe237a5d84760a2919a412210c6f4face
1
// RUN: %clang_cc1 -E -frewrite-includes -include rewrite-includes2.h -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s
2
3
// STARTMAIN
4
5
// CHECK-NOT: {{^}}#define
6
// CHECK: included_line2
7
// CHECK: {{^}}// STARTMAIN{{$}}