test structure too
[tridge/junkcode.git] / us.c
1 #include <stdio.h>
2
3 main()
4 {
5         unsigned short x1=3, x2=5;
6         printf("%d\n", (int)(x1-x2));
7 }