xref: /csrg-svn/old/pcc/ccom.tahoe/tests/t5.c (revision 44040)

main()1 main()
2 {
3 	unsigned short a = 0, b = 65532;
4 
5 	if ((short)(a-b) > 0)
6 		a = b;
7 }
8