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