brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · 30f254d Raw
11 lines · cpp
1struct X {2  union {3    void *a;4  };5};6 7// RUN: c-index-test -index-file %s > %t8// RUN: FileCheck %s -input-file=%t9 10// CHECK: [indexDeclaration]: kind: field | name: a | {{.*}} | loc: 3:1111