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