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