summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/anon-redecl/a.h
blob: 1b23e724160af1efb159a7802ef6fbc13b4ce891 (plain)
1
2
struct X { union { int n; }; };
inline int a(X x) { return x.n; }
OpenPOWER on IntegriCloud