mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

should not impede creating a proper TypeLoc info for the decl-spec. This improves our semantic error recovery. llvm-svn: 152481
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 |
|