1 package p.p;
2 
3 import static p.p.A.CONST;
4 
5 public class ATest {
6 	int C= CONST;
7 
8 }
9