diff --git a/Test/cexec03.c b/Test/cexec03.c index 146ce45f1..890ab1ef6 100644 --- a/Test/cexec03.c +++ b/Test/cexec03.c @@ -29,7 +29,7 @@ void myexit(int n) #endif } -void main(int argc, char *argv[] ) { +void main() { int64_t xmin=-2<<28; int64_t xmax= 2<<28;