date and time created 90/06/25 14:58:31 by bostic
[unix-history] / usr / src / old / pcc / ccom.tahoe / tests / t5.c
main()
{
unsigned short a = 0, b = 65532;
if ((short)(a-b) > 0)
a = b;
}