mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
9 lines
224 B
Objective-C
9 lines
224 B
Objective-C
|
|
@interface I2
|
|
@end
|
|
|
|
// 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]
|