Raw File
will_fail.cpp
#include <cstdlib>

int f() {
  return EXIT_FAILURE;
}
back to top