xref: /netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/module.modulemap (revision 5f2f42719cd62ff11fd913b40b7ce19f07c4fd25)
1module Clang_C {
2  umbrella "."
3  module * { export * }
4}
5