Clang Project
clang_source_code
/
test
/
PCH
/
modified-module-dependency.module.map
1
module test {
2
header "test.h"
3
export *
4
}
5