llvm/clang/test/Modules/Inputs/anon-redecl/b.h

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