diff options
Diffstat (limited to 'test cases/windows/3 cpp/prog.cpp')
| -rw-r--r-- | test cases/windows/3 cpp/prog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/windows/3 cpp/prog.cpp b/test cases/windows/3 cpp/prog.cpp index cf6733510..69092f7b7 100644 --- a/test cases/windows/3 cpp/prog.cpp +++ b/test cases/windows/3 cpp/prog.cpp @@ -2,6 +2,6 @@ class Foo; -int main(int argc, char **argv) { +int main(void) { return 0; } |
