1 // RUN: %clang_cc1 -include Inputs/test3.h -E -H -o %t.out %s 2> %t.err 2 // RUN: FileCheck < %t.err %s 3 4 // CHECK-NOT: test3.h 5 // CHECK: . {{.*test.h}} 6 // CHECK: .. {{.*test2.h}} 7 8 #include "Inputs/test.h" 9