4.4BSD/usr/src/old/pcc/ccom.tahoe/tests/t5.c

Compare this file to the similar file:
Show the results in this format:

main()
{
	unsigned short a = 0, b = 65532;

	if ((short)(a-b) > 0)
		a = b;
}