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
/
Preprocessor
/
headermap-rel.c
blob
db57534c1c7fbb230bbdadc920fb237a9a04352a
1
// RUN: rm -f %t.hmap
2
// RUN: %hmaptool write %S/Inputs/headermap-rel/foo.hmap.json %t.hmap
3
// RUN: %clang_cc1 -E %s -o %t.i -I %t.hmap -F %S/Inputs/headermap-rel
4
// RUN: FileCheck %s -input-file %t.i
5
6
// CHECK: Foo.h is parsed
7
// CHECK: Foo.h is parsed
8
9
#include
"Foo.h"
10
#include
"Foo.h"