mirror of
https://github.com/golang/go
synced 2024-11-26 22:51:23 -07:00
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);
|