added a TSM torture tool
[tridge/junkcode.git] / crash.c
1 #include <stdio.h>
2
3
4 main()
5 {
6   char *x = NULL;
7
8   x[3] = 3;
9 }