allwinner_a64/android/external/clang/test/Index/index-invalid-code.m
2018-08-08 16:14:42 +08:00

8 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 |