From b15960950b8385e5b9b3521c5bc722d6e6f809cc Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 25 Jun 1990 22:33:59 -0800 Subject: [PATCH] date and time created 90/06/25 15:33:59 by bostic SCCS-vsn: old/dbx/tests/mod/imported.mod 5.1 --- usr/src/old/dbx/tests/mod/imported.mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/src/old/dbx/tests/mod/imported.mod diff --git a/usr/src/old/dbx/tests/mod/imported.mod b/usr/src/old/dbx/tests/mod/imported.mod new file mode 100644 index 0000000000..516e344387 --- /dev/null +++ b/usr/src/old/dbx/tests/mod/imported.mod @@ -0,0 +1,13 @@ +implementation module imported; + +type + OT = integer; +var + p : OT; + +procedure Blah; +begin + p := 3; +end Blah; + +end imported. -- 2.20.1