]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/anon-redecl/b.h
Vendor import of clang trunk r300422:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / anon-redecl / b.h
1 struct X { union { int n; }; };
2 inline int b(X x) { return x.n; }