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