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