blob: 46baac4cd1554769e19633caeca3af7606fd6629 [file] [log] [blame]
package test7;
import static test7.CCTest7a.testStatic;
public class CCTest7bi {
public static void main(String[] args) {
CCTest7a t = new CCTest7a();
}
}