Added a native function, which is not implemented.
authortwisti <none@none>
Tue, 21 Dec 2004 16:53:37 +0000 (16:53 +0000)
committertwisti <none@none>
Tue, 21 Dec 2004 16:53:37 +0000 (16:53 +0000)
tests/extest_clinit.java

index 71b570f2931774a414ae6147cc45a11dac2cb9b2..454292255e42afb1ced5c27c87673e0a59fbe595 100644 (file)
@@ -5,4 +5,5 @@ public class extest_clinit {
     }
 
     public static int i;
+    public static native void sub();
 }