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