llvm-for-llvmta/tools/clang/test/Modules/Inputs/anon-redecl/a.h

3 lines
66 B
C

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