typedefint ok_t;
typedefint ok_t;
typedefint ko_t;
typedeflong ko_t;
/* * check-name: typedef-redef * * check-error-starttypedef-redef.c:5:14: error: symbol 'ko_t' redeclared with different type (originally declared at typedef-redef.c:4) - different type sizes * check-error-end */