typedef int mytype; int main ( void ) { typedef float mytype; //违背1 mytype x = 1.0; return ( 0 ); }