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