blob: 1c47016bd6d655c0ad7db3f38dee4e84840b78e2 [file]
import test.*;
class A {
public static void main(String[] args) {
new Foo().foo();
}
}