Home | History | Annotate | Download | only in jni
      1 extern int foo(void);
      2 
      3 int bar(void) {
      4     return foo();
      5 }
      6