mirror of
https://github.com/golang/go
synced 2024-11-17 11:54:54 -07:00
54c8948f7f
R=r OCL=13723 CL=13723
8 lines
104 B
Go
8 lines
104 B
Go
package C
|
|
|
|
import "d"
|
|
|
|
export type T1 D.T1;
|
|
export type T2 D.T2;
|
|
export type F1 func (a D.T1, b *D.T2);
|