Sha256: 39d31910a972b05a71b16ce9e46b33c0e4b3348d031adbc9f0bdc018fa10418a
Contents?: true
Size: 123 Bytes
Versions: 6
Compression:
Stored size: 123 Bytes
Contents
#include <sys/types.h> #include <signal.h> #include <unistd.h> int main(void) { kill(getpid(), SIGSEGV); return 0; }
Version data entries
6 entries across 6 versions & 1 rubygems