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