]> Cypherpunks.ru repositories - gostls13.git/blob - misc/cgo/test/issue4339.h
20f6cebb6b5b3165d3b0cb429e1172e592e8a975
[gostls13.git] / misc / cgo / test / issue4339.h
1 typedef struct Issue4339 Issue4339;
2
3 struct Issue4339 {
4         char *name;
5         void (*bar)(void);
6 };
7
8 extern Issue4339 exported4339;
9 void    handle4339(Issue4339*);