blob: e54c0ff9e49f53f827c817deaa0ab0b72f2ca718 [file] [log] [blame]
#include <unistd.h>
int main(void)
{
_exit(42);
}