Used from extest.
authortwisti <none@none>
Wed, 26 May 2004 18:40:15 +0000 (18:40 +0000)
committertwisti <none@none>
Wed, 26 May 2004 18:40:15 +0000 (18:40 +0000)
tests/extest_clinit.java [new file with mode: 0644]

diff --git a/tests/extest_clinit.java b/tests/extest_clinit.java
new file mode 100644 (file)
index 0000000..71b570f
--- /dev/null
@@ -0,0 +1,8 @@
+public class extest_clinit {
+    static {
+        String s = null;
+        s.length();
+    }
+
+    public static int i;
+}