Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
shadowed-submodule
/
Foo
/
module.modulemap
1
module Foo {
2
header "../A1/Foo.h"
3
}
4