make/langtools/test/HelloWorld.gold.h
changeset 47216 71c04702a3d5
parent 10 06bc494ca11e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make/langtools/test/HelloWorld.gold.h	Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,21 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class HelloWorld */
+
+#ifndef _Included_HelloWorld
+#define _Included_HelloWorld
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     HelloWorld
+ * Method:    test
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_HelloWorld_test
+  (JNIEnv *, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+#endif