xref: /llvm-project/clang/test/Modules/Inputs/no-module-map/a.h (revision d6509cf21dd017392f82da0eb9b0345fbfc8970b)
1 #ifndef A_H
2 #define A_H
3 void a();
4 #endif
5