1package A
2
3import "$ROOT_PATH$/B"
4
5func DoIt() string {
6	return B.DoIt()
7}
8