unplugged-vendor/external/llvm-project/clang/test/Modules/Inputs/anon-redecl/b.h

3 lines
66 B
C
Raw Normal View History

struct X { union { int n; }; };
inline int b(X x) { return x.n; }