xref: /llvm-project/clang/test/VFS/Inputs/Nonmodular/Nonmodular.modulemap (revision a67e4d32544dc26393a54619b5fe2b63f581773e)
1*a67e4d32SManman Renframework module Nonmodular [extern_c] {
2*a67e4d32SManman Ren  umbrella header "umbrella.h"
3*a67e4d32SManman Ren  export *
4*a67e4d32SManman Ren  module * { export * }
5*a67e4d32SManman Ren}
6