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

8 lines
78 B
Go
Raw Normal View History

package C
import "d"
2009-01-20 15:40:40 -07:00
type T1 D.T1;
type T2 D.T2;
type F1 (a D.T1, b *D.T2);