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