1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
9 lines
208 B
Objective-C
9 lines
208 B
Objective-C
struct S {
|
|
int {
|
|
};
|
|
typedef struct S S;
|
|
|
|
// RUN: c-index-test -index-file %s | FileCheck %s
|
|
// CHECK: [indexDeclaration]: kind: struct | name: S |
|
|
// CHECK-NOT: [indexDeclaration]: kind: struct | name: S |
|