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