This commit is contained in:
Jade Lovelace 2022-03-14 15:14:47 -07:00
parent c8a2913172
commit 5a1c98d8a4
8 changed files with 170 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("[crasher] about to crash\n");
abort();
}