Index: test/win/linker-flags/x.cc |
diff --git a/test/prune_targets/lib2.cc b/test/win/linker-flags/x.cc |
similarity index 88% |
copy from test/prune_targets/lib2.cc |
copy to test/win/linker-flags/x.cc |
index aed394afcff768af538513e67e47170f954a36c3..f5f763b0956348e03bb20ea79ffa2462b6ea6aa1 100644 |
--- a/test/prune_targets/lib2.cc |
+++ b/test/win/linker-flags/x.cc |
@@ -2,5 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-void libfunc2() { |
+int x() { |
+ return 1; |
} |