11 lines · c
1// RUN: rm -f %t.hmap2// RUN: %hmaptool write %S/Inputs/headermap-rel/foo.hmap.json %t.hmap3// RUN: %clang_cc1 -E %s -o %t.i -I %t.hmap -F %S/Inputs/headermap-rel4// RUN: FileCheck %s -input-file %t.i5 6// CHECK: Foo.h is parsed7// CHECK: Foo.h is parsed8 9#include "Foo.h"10#include "Foo.h"11