#include int main ( void ) { int *x = ( int * ) malloc ( sizeof ( int ) ); *x = 1; //违背1 return ( 0 ); }