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