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