Home | History | Annotate | Download | only in jni
      1 int c;
      2 void foo(int f)
      3 {
      4     int wbi=-100000000;
      5     c = (f ? "012346000000000000":"01345:000000006008")[wbi]-'0'+ 2;
      6 }
      7 int main()
      8 {
      9     return 0;
     10 }