First commit

This commit is contained in:
2022-10-10 15:49:16 -05:00
commit 990d5dfbcc
10 changed files with 2314 additions and 0 deletions

5
test1.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
*(int*) 0 = 0;
}