xref
: /
openbsd
/
gnu
/
llvm
/
clang
/
include
/
clang-c
/
module.modulemap
(revision 771fbea0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module Clang_C {
2
umbrella "."
3
module * { export * }
4
}
5