13 action c1 {(cout << "c1 ", true)}
14 action c2 {(cout << "c2 ", true)}
15 action c3 {(cout << "c3 ", true)}
16 action c4 {(cout << "c4 ", true)}
23 0 .. 70 )* ${cout << "char: " << (int)*p << endl;};
26 %% write data noerror nofinal;
28 void test( char *str )
30 int len = strlen( str );
32 char *p = str, *pe = str+len;
36 char data[] = { 5, 15, 25, 31, 35, 39, 45, 55, 65, 0 };
44 #ifdef _____OUTPUT_____