xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
incomplete-framework-module
/
Foo.framework
/
Modules
/
module.modulemap
(revision 9f6020bcc522c1a9613fafd2fd65ef6c915c388d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module Foo {
2
umbrella header "
Foo.h
"
3
header "
FooB.h
"
4
}
5