index-anonymous-union-fields.cpp 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 struct X { union { void *a; }; }; // RUN: c-index-test -index-file %s > %t // RUN: FileCheck %s -input-file=%t // CHECK: [indexDeclaration]: kind: field | name: a | {{.*}} | loc: 3:11