2012-10-25 09:51:45 +08:00
|
|
|
|
|
|
|
|
|
@interface I2
|
|
|
|
|
@end
|
|
|
|
|
|
2013-06-11 08:36:55 +08:00
|
|
|
|
// RUN: env CINDEXTEST_EDITING=1 \
|
|
|
|
|
// RUN: c-index-test -test-load-source-reparse 1 local %s | FileCheck %s
|
|
|
|
|
|
|
|
|
|
// CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
|