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

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