1 2 3 4 5
#include <user/SystemCalls.h> SInt32 _NeMain(SInt32 argc, Char* argv[]) { return EXIT_FAILURE; }