llvm/clang/test/Modules/Inputs/merge-decl-order/b.h

namespace N { struct SB { friend struct foo; }; }
#include "a.h"