xref: /original-bsd/old/pcc/ccom.tahoe/tests/t5.c (revision 3839ed90)
1 main()
2 {
3 	unsigned short a = 0, b = 65532;
4 
5 	if ((short)(a-b) > 0)
6 		a = b;
7 }
8