Index: test/prune_targets/program.cc |
diff --git a/test/win/shard/hello3.cc b/test/prune_targets/program.cc |
similarity index 93% |
copy from test/win/shard/hello3.cc |
copy to test/prune_targets/program.cc |
index a72e2efb5a312404a0a026216ae2371f368b7a2d..c9ac070ecd97bb7d3dc74b9d4de6dac25a61466b 100644 |
--- a/test/win/shard/hello3.cc |
+++ b/test/prune_targets/program.cc |
@@ -2,6 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-int f3() { |
+int main() { |
return 0; |
} |