Sign in
cobalt
/
cobalt
/
01f3c94b226da58e62558a0b863c39a390e6cd8c
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Index
/
index-invalid-code.m
blob: 90845330b1963d5fcb4fb7c34c8c9a39ef9983d2 [
file
] [
log
] [
blame
]
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 |