bolt/deps/llvm-18.1.8/clang/test/Index/index-anonymous-union-fields.cpp

11 lines
194 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
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