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

3 lines
66 B
C

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