mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
6 lines
117 B
Text
6 lines
117 B
Text
%%
|
|
S: error
|
|
%%
|
|
main(){printf("yyparse() = %d\n",yyparse());}
|
|
yylex(){return-1;}
|
|
yyerror(s)char*s;{printf("%s\n",s);}
|