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