Hacker News new | ask | show | jobs
by TazeTSchnitzel 2358 days ago
You can hang yourself in C by having code that would dereference a NULL pointer that never actually would be executed, yet the compiler “optimises” your code based on it. Is that “real”?