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