Clang Project

clang_source_code/test/Modules/Inputs/module-impl-with-link/module.modulemap
1module Clib {
2  header "foo.h"
3  link "Clib"
4}
5