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