Golang程序  |  8行  |  51 B

package b

import "./a2"

type T struct {
	X a.X
}