Hacker News new | ask | show | jobs
by teo_zero 164 days ago
I'm sure undefined behavior counts as an exception in the meaning intended in TFA. Example:

  int inv(int x) {
    return 1/x;
  }
1 comments

No, it certainly doesn't.