1 struct CHK_TST { int a; };
2 
3 typedef struct CHK_TST CHK_TST;
4 
5 CHK_TST *chk_make_tst(void);
6