Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
modules
/
module.modulemap
1
module Foo {
2
header "Foo.h"
3
}
4