unplugged-vendor/external/llvm-project/clang/test/Modules/Inputs/anon-redecl/a.h

3 lines
66 B
C
Raw Normal View History

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