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