1*67e74705SXin Li// RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-2.h 2*67e74705SXin Li// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 \ 3*67e74705SXin Li// RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h 4*67e74705SXin Li// RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-3.h 5*67e74705SXin Li// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 \ 6*67e74705SXin Li// RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h 7*67e74705SXin Li 8*67e74705SXin Li#import "preamble-reparse-import.m-1.h" 9*67e74705SXin Li 10*67e74705SXin Livoid foo(); 11*67e74705SXin Li#import "preamble-reparse-import.m-2.h" 12*67e74705SXin Li#import "preamble-reparse-import.m-1.h" 13