Repository URL to install this package:
var ( A `json:"a"` *B x, y string C.A `json:"ca"` *C.B `json:"b"` v int `json:"v"` ) type A struct{} type B struct{}