1*c85f09ccSJohn Levon typedef int  ok_t;
2*c85f09ccSJohn Levon typedef int  ok_t;
3*c85f09ccSJohn Levon 
4*c85f09ccSJohn Levon typedef int  ko_t;
5*c85f09ccSJohn Levon typedef long ko_t;
6*c85f09ccSJohn Levon 
7*c85f09ccSJohn Levon /*
8*c85f09ccSJohn Levon  * check-name: typedef-redef
9*c85f09ccSJohn Levon  *
10*c85f09ccSJohn Levon  * check-error-start
11*c85f09ccSJohn Levon typedef-redef.c:5:14: error: symbol 'ko_t' redeclared with different type (originally declared at typedef-redef.c:4) - different type sizes
12*c85f09ccSJohn Levon  * check-error-end
13*c85f09ccSJohn Levon  */
14