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