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