1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:11:21 -06:00
go/usr/gri/gosrc/test/b.go

14 lines
127 B
Go
Raw Normal View History

package B
import C "c"
import D "d"
export type T1 C.T1;
export type T2 D.T2;
export var (
v0 D.T1;
v1 C.T1;
v2 *C.F1;
)