blob: 0f19a8feb47fd7660da369193117001e47e966f4 [file] [log] [blame]
package test1;
public class Clinit2 {
public int i = 123;
public static int j;
public int run() { return j; }
}