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