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