2 enum-1.c from the execute part of the gcc torture tests.
35 if ((tok
>= 0 && tok
< (1 << 8 ) ) || tok
>= CSET
|| tok
== BACKREF
36 || tok
== BEGLINE
|| tok
== ENDLINE
|| tok
== BEGWORD
37 || tok
== ENDWORD
|| tok
== LIMWORD
|| tok
== NOTLIMWORD
)
44 testTortureExecute (void)