brintos

brintos / llvm-project-archived public Read only

0
0
Text · 168 B · 84fe82a Raw
12 lines · plain
1@implementation I2-(void)meth {3  int x;4  if (x) {5}6@end7 8// RUN: c-index-test -cursor-at=%s:3:7 %s > %t9// RUN: FileCheck %s -input-file %t10 11// CHECK: VarDecl=x:3:712