| Index: test/win/compiler-flags/calling-convention.cc
|
| diff --git a/test/ios/app-bundle/tool_main.cc b/test/win/compiler-flags/calling-convention.cc
|
| similarity index 86%
|
| copy from test/ios/app-bundle/tool_main.cc
|
| copy to test/win/compiler-flags/calling-convention.cc
|
| index 9dc3c94f3431be00adb755f6515b995d734e089b..0d78a0cc05a251ffe6f9f65e45fbeab1ee061368 100644
|
| --- a/test/ios/app-bundle/tool_main.cc
|
| +++ b/test/win/compiler-flags/calling-convention.cc
|
| @@ -2,6 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -int main() {
|
| - return 0;
|
| +extern "C" void foo() {
|
| }
|
|
|