You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
528 B
13 lines
528 B
4 months ago
|
// RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-2.h
|
||
|
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 \
|
||
|
// RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h
|
||
|
// RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-3.h
|
||
|
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 \
|
||
|
// RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h
|
||
|
|
||
|
#import "preamble-reparse-import.m-1.h"
|
||
|
|
||
|
void foo();
|
||
|
#import "preamble-reparse-import.m-2.h"
|
||
|
#import "preamble-reparse-import.m-1.h"
|