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

#ifndef C_H
#define C_H

#include "a.h"
#include "b.h"

#endif