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