Clang Project

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