%{
#include "example2.tab.h"
%}

%%

"a"      { return('a');}
"b"      {return('b');}
"c"      {return('c');}

%%
    
