summaryrefslogtreecommitdiff
path: root/test/Preprocessor/headermap-rel.c
blob: 91f0d957e5a647350da4edc8d3902089fa8f729f (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: rm -f %t.hmap
// RUN: hmaptool write %S/Inputs/headermap-rel/foo.hmap.json %t.hmap
// RUN: %clang_cc1 -E %s -o %t.i -I %t.hmap -F %S/Inputs/headermap-rel
// RUN: FileCheck %s -input-file %t.i

// CHECK: Foo.h is parsed
// CHECK: Foo.h is parsed

#include "Foo.h"
#include "Foo.h"