llvm/clang/test/Modules/Inputs/merge-class-definition-visibility/b.h

// Include definition of A into the same module as c.h
#include "a.h"

struct B {};