Golang程序  |  8行  |  55 B

package a

type X string

func NewX() X {
	return ""
}