[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / anon-redecl / b.h
blob23ea804a2459cb353c124032aa3a374a6f3ad659
1 struct X { union { int n; }; };
2 inline int b(X x) { return x.n; }