date and time created 90/06/25 15:29:45 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 06:29:45 +0000 (22:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 06:29:45 +0000 (22:29 -0800)
SCCS-vsn: old/dbx/tests/cc/loophole.vax.in 5.1

usr/src/old/dbx/tests/cc/loophole.vax.in [new file with mode: 0644]

diff --git a/usr/src/old/dbx/tests/cc/loophole.vax.in b/usr/src/old/dbx/tests/cc/loophole.vax.in
new file mode 100644 (file)
index 0000000..76b21a2
--- /dev/null
@@ -0,0 +1,15 @@
+print int('c')
+print 'c' \ int
+print char(99)
+print 99 \ char
+stop at 14
+run
+print &p
+print 0x7fffebb4 \ proc_p ^
+print *(0x7fffebb4 \ proc_p)
+print *proc_p(0x7fffebb4)
+print 0x7fffebb4 \ &$$proc ^
+print *(0x7fffebb4 \ &$$proc)
+print *&$$proc(0x7fffebb4)
+print proc_p(0x7fffebb4).b
+print &p.b