// here we can test the divide by zero without gcc noticing
intx=0;
inty=5;
intz=y/x;
__asm__("mov eax, 0");
__asm__("div al");
}
voidtest_serial_write(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.