Index: test/ldflags-duplicates/lib2.c |
diff --git a/test/msvs/buildevents/main.cc b/test/ldflags-duplicates/lib2.c |
similarity index 60% |
copy from test/msvs/buildevents/main.cc |
copy to test/ldflags-duplicates/lib2.c |
index 03c0285a6cc856103f8adad4d35dc76e42a51042..8e7a082820674bc19e47d7b629b56a6311329456 100644 |
--- a/test/msvs/buildevents/main.cc |
+++ b/test/ldflags-duplicates/lib2.c |
@@ -1,5 +1,6 @@ |
-// Copyright (c) 2014 Google Inc. All rights reserved. |
+// Copyright (c) 2015 Google Inc. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-int main() {} |
+void bar() { |
+} |