xref
: /
freebsd
/
contrib
/
byacc
/
test
/
err_syntax26.y
(revision e8d8bef961a50d4dc22501cde4fb9fb0be1b2532)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%{
2
int
yylex
(
void
);
3
static
void
yyerror
(
const
char
*);
4
%}
5
6
%
type
<
tag2
7