typedef struct AA 

{ 

//int b1:5; 

//int b1=5; 

//int b2:2; 

//int b2=2; 

//char cc:3; 

}AA; 

printf("%d",sizeof(AA));