X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9501dc6e69988cd8cf7623278a3894af9479e198..bb92250c78de62973527486051533f6dec9afeee:/tests/glr-regr1.at?ds=inline diff --git a/tests/glr-regr1.at b/tests/glr-regr1.at index 2483fc52..72aec705 100644 --- a/tests/glr-regr1.at +++ b/tests/glr-regr1.at @@ -63,8 +63,7 @@ static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1) int main (void) { - yyparse (); - return 0; + return yyparse (); } int