Clang Project

clang_source_code/test/VFS/Inputs/Foo.framework/Modules/module.modulemap
1framework module Foo {
2  umbrella header "Foo.h"
3}
4