xref: /openbsd-src/gnu/llvm/clang/include/clang-c/module.modulemap (revision 53555c846a0a6f917dbd0a191f826da995ab1c42)
1module Clang_C {
2  umbrella "."
3  module * { export * }
4}
5