blob: df8733bd414d3cf2ccb149f046ae494311920dc0 [file] [log] [blame]
import test.C
public class JavaClass1 {
public static C f() {
return new C();
}
public static C g() {
return new C();
}
public static int h() {
return 0;
}
}