## Invalid $n. ##
## ------------ ##
-AT_SETUP([Invalid \$n and @n])
+AT_SETUP([Invalid $n and @n])
AT_DATA([input.y],
[[%%
%{
static void yyerror (const char *s);
-static int yylex (void);
+int yylex (void);
%}
%type <ival> '@<:@'
return res;
}
-static int
+int
yylex (void)
{
static char const input[] = "@<:@\1\2$@{@oline@__@&t@oline__\
[[typedef int value;
#include "input.h"
+#ifndef YYPUSH_DECLS
int yyparse (void);
+#else
+int yylex (void);
+#endif
int
main (void)