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