Hacker News new | ask | show | jobs
by jbverschoor 548 days ago

  #include <stddef.h>
  int main() {
    if (NULL + 4) {}
    if (NULL - NULL) {}
    return 0;
  }