date and time created 90/06/25 14:58:31 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 05:58:31 +0000 (21:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 05:58:31 +0000 (21:58 -0800)
SCCS-vsn: old/pcc/ccom.tahoe/tests/t5.c 5.1

usr/src/old/pcc/ccom.tahoe/tests/t5.c [new file with mode: 0644]

diff --git a/usr/src/old/pcc/ccom.tahoe/tests/t5.c b/usr/src/old/pcc/ccom.tahoe/tests/t5.c
new file mode 100644 (file)
index 0000000..c826b71
--- /dev/null
@@ -0,0 +1,7 @@
+main()
+{
+       unsigned short a = 0, b = 65532;
+
+       if ((short)(a-b) > 0)
+               a = b;
+}