llvm/clang/test/Modules/Inputs/self-referencing-lambda/module.modulemap

module "a.h" {
  header "a.h"
  export *
}