[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / headermap-rel.c
blobdb57534c1c7fbb230bbdadc920fb237a9a04352a
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
6 // CHECK: Foo.h is parsed
7 // CHECK: Foo.h is parsed
9 #include "Foo.h"
10 #include "Foo.h"