13 lines · plain
1// REQUIRES: native2// RUN: c-index-test -write-pch %t.pfx.h.pch -x objective-c-header %S/Inputs/cindex-from-source.h3// RUN: c-index-test -test-load-source local %s -include %t.pfx.h > %t4// RUN: FileCheck %s < %t5// CHECK: cindex-from-source.m:{{.*}}:{{.*}}: StructDecl=s0:{{.*}}:{{.*}}6// CHECK: cindex-from-source.m:{{.*}}:{{.*}}: VarDecl=g0:{{.*}}:{{.*}}7// CHECK: cindex-from-source.m:9:1: TypeRef=t0:1:13 Extent=[9:1 - 9:3]8struct s0 {};9t0 g0;10 11// RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t12// RUN: FileCheck %s < %t13