added what_license tool
[tridge/junkcode.git] / test.c
1 #include <sys/types.h>
2
3 main()
4 {
5         int x[2];
6         printf("x[0]=%d\n", x[0]);
7 }