Index: test/win/linker-flags/y.cc |
diff --git a/test/prune_targets/lib2.cc b/test/win/linker-flags/y.cc |
similarity index 88% |
copy from test/prune_targets/lib2.cc |
copy to test/win/linker-flags/y.cc |
index aed394afcff768af538513e67e47170f954a36c3..bd884119fcd44ab7f0c2b78f52ae5c62517f7a66 100644 |
--- a/test/prune_targets/lib2.cc |
+++ b/test/win/linker-flags/y.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 y() { |
+ return 2; |
} |