llvm/clang/test/Modules/Inputs/module-impl-with-link/module.modulemap

module Clib {
  header "foo.h"
  link "Clib"
}