llvm/clang/test/Modules/Inputs/PR21547/module.modulemap

module M {
  header "FirstHeader.h"
  export *
}