view libgo/misc/cgo/test/issue4339.h @ 133:420680fc7707

do normal call in goto codesegment in normal function
author anatofuz
date Sat, 03 Nov 2018 19:49:09 +0900
parents 04ced10e8804
children
line wrap: on
line source

typedef struct Issue4339 Issue4339;

struct Issue4339 {
	char *name;
	void (*bar)(void);
};

extern Issue4339 exported4339;
void	handle4339(Issue4339*);