Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
refs/heads/chromeos/llvm-r530567-1
/
.
/
clang
/
test
/
Index
/
index-anonymous-union-fields.cpp
blob: 30f254d11095671ce4f0a2d14c11aaf9d90690ff [
file
] [
log
] [
blame
] [
edit
]
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