xref: /minix3/external/bsd/llvm/dist/clang/test/Index/index-invalid-code.m (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
1struct S {
2  int {
3};
4typedef struct S S;
5
6// RUN: c-index-test -index-file %s | FileCheck %s
7// CHECK: [indexDeclaration]: kind: struct | name: S |
8// CHECK-NOT: [indexDeclaration]: kind: struct | name: S |
9