typedef struct c_struct {
	short x;
	short y;
	short w;
	short h;
} c_struct;

#ifdef __cplusplus
extern "C" {
c_struct* ctest();
}
#endif
