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