llvm/clang/test/Modules/Inputs/no-module-map/a.h

#ifndef A_H
#define A_H
void a();
#endif