xref: /llvm-project/clang/test/Preprocessor/headermap-rel.c (revision 9b10b69afa8d0fca61bb2eb9959b65825983c6ac)
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"
11