16 action one { cout << " one" << endl;}
17 action two { cout << " two" << endl;}
26 %% write data noerror;
28 void test( int i, int j, const char *str )
32 const char *pe = str + strlen( str );
34 cout << "run:" << endl;
36 if ( cs >= foo_first_final )
37 cout << " success" << endl;
39 cout << " failure" << endl;
45 test( 0, 0, "hi\n\n" );
46 test( 1, 0, "hi\n\n" );
48 test( 0, 1, "hi\n\n" );
50 test( 1, 1, "hi\n\n" );
51 test( 1, 1, "hi\n\nx" );
55 #ifdef _____OUTPUT_____