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

usr/src/old/dbx/tests/mod/exp.mod [new file with mode: 0644]

diff --git a/usr/src/old/dbx/tests/mod/exp.mod b/usr/src/old/dbx/tests/mod/exp.mod
new file mode 100644 (file)
index 0000000..35e9e5b
--- /dev/null
@@ -0,0 +1,3 @@
+implementation module exp;
+type T = integer;
+end exp.