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