1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00
go/usr/gri/gosrc/test/c.go
Robert Griesemer 478090851b - adjust my code and tests to new function syntax
R=r
OCL=14939
CL=14941
2008-09-08 13:26:52 -07:00

8 lines
99 B
Go

package C
import "d"
export type T1 D.T1;
export type T2 D.T2;
export type F1 (a D.T1, b *D.T2);