xref: /llvm-project/clang/test/Modules/Inputs/anon-redecl/b.h (revision 76ea19641ec649c4d07dee5216d7d2a956bb4f9e)
1 struct X { union { int n; }; };
b(X x)2 inline int b(X x) { return x.n; }
3