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

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

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

	d += (char)(a-b);
	d += (unsigned char)(a-b);
}