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