blob: ff8754f32ff25e9d038a4aaf6c5ae4d9e2fb0f01 [file] [log] [blame]
%token BOOLEAN
%%
input:
BOOLEAN { $$ = $1;}
;