Hacker News new | ask | show | jobs
by yencabulator 697 days ago
It seems to have practically no error checking. Try compiling

    int why(int unused) {
      wat_why_does_this_compile;
      no_error_checking();
    }