1package a
2
3type X string
4
5func NewX() X {
6	return ""
7}
8