Conversation
void shitIDo(bShouldCrash){
if (!bShouldCrash){
crash();
}else{
while(1){}
}
}
0
0
0