15 ( 'hello' | 'there' | 'friend' )
16 '\n' @{int s = fentry(one); fgoto *s; char c = fc;}
17 ( 'one' | 'two' | 'four' ) '\n';
22 static void test( char data[] )
24 int cs, p = 0, pe = data.length;
30 if ( cs >= java1_first_final )
31 System.out.println( "ACCEPT" );
33 System.out.println( "FAIL" );
36 public static void main( String args[] )
38 test( "hello\none\n".toCharArray() );
39 test( "there\ntwo\n".toCharArray() );
40 test( "friend\nfour\n".toCharArray() );