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

#ifndef B_H
#define B_H

#include "a.h"

#endif