llvm/clang/test/ASTMerge/macro/Inputs/macro.modulemap

module macro1 [extern_c] {
  header "macro1.h"
  export *
}