1// RUN: touch %t.hmap
2
3// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h
4// RUN: %clang_cc1 -include-pch %t.h.pch %s
5
6// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h
7// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
8
9// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h
10// RUN: %clang_cc1 -include-pch %t.h.pch %s
11
12// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h
13// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
14#import "headermap.h"
15
16