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