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