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

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