chromium/third_party/jni_zero/test/golden/testPlaceholdersOverlapping-ImportsTinySample_jni.h.golden

// This file was generated by
//     //third_party/jni_zero/jni_zero.py
// For
//     org.jni_zero.extrapackage.ImportsTinySample

#ifndef org_jni_1zero_extrapackage_ImportsTinySample_JNI
#define org_jni_1zero_extrapackage_ImportsTinySample_JNI

#include <jni.h>

#include "third_party/jni_zero/jni_export.h"
#include "third_party/jni_zero/jni_zero_helper.h"
// Java to native functions
// Forward declaration. To be implemented by the including .cc file.
static void JNI_ImportsTinySample_Asdf(JNIEnv* env);

JNI_POSSIBLE_BOUNDARY_EXPORT void Java_org_jni_1zero_GEN_1JNI_org_1jni_11zero_1extrapackage_1ImportsTinySample_1asdf(
    JNIEnv* env,
    jclass jcaller) {
  JNI_ImportsTinySample_Asdf(env);
}


#endif  // org_jni_1zero_extrapackage_ImportsTinySample_JNI