brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 9084533 Raw
9 lines · plain
1struct S {2  int {3};4typedef struct S S;5 6// RUN: c-index-test -index-file %s | FileCheck %s7// CHECK: [indexDeclaration]: kind: struct | name: S |8// CHECK-NOT: [indexDeclaration]: kind: struct | name: S |9