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

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

diff --git a/usr/src/old/pcc/ccom.tahoe/tests/t1.c b/usr/src/old/pcc/ccom.tahoe/tests/t1.c
new file mode 100644 (file)
index 0000000..4cf0155
--- /dev/null
@@ -0,0 +1,5 @@
+main()
+{
+       register unsigned short *pw; int i;
+       pw[4] = (unsigned short)i;
+}