1 2 3 4 5 6 7
#include <invoke.h> JNIEXPORT jint JNICALL Java_invoke_val (JNIEnv *env, jclass klass) { return 23; }