Argyrios Kyrtzidis | a346efa | 2012-03-10 03:20:58 +0000 | [diff] [blame] | 1 | struct S { |
2 | int { | ||||
3 | }; | ||||
4 | typedef 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 | |