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

3 lines
66 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
struct X { union { int n; }; };
inline int b(X x) { return x.n; }