xref: /aosp_15_r20/external/clang/test/Modules/Inputs/redecl-found-building-chains/d.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li #include "a.h" // ensure that our canonical decl is not from b
2*67e74705SXin Li struct A;
3*67e74705SXin Li #include "b.h"
4*67e74705SXin Li struct A;
5*67e74705SXin Li #include "c.h" // ensure that our type for A doesn't reference the definition in b
6*67e74705SXin Li struct A;
7