xref
: /
freebsd-13.1
/
contrib
/
llvm-project
/
clang
/
include
/
clang-c
/
module.modulemap
(revision 0b57cec5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module Clang_C {
2
umbrella "."
3
module * { export * }
4
}
5