llvm/clang/test/Modules/Inputs/builtin-headers/c++/module.modulemap

module cpp_stdint [system] {
  header "stdint.h"
  export *
}