--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/langtools/test/tools/javah/6257087/foo_bar.h Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,21 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class foo_bar */
+
+#ifndef _Included_foo_bar
+#define _Included_foo_bar
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class: foo_bar
+ * Method: aardvark
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_foo_00024bar_aardvark
+ (JNIEnv *, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+#endif