Initial revision
authorceriel <none@none>
Tue, 31 Mar 1987 22:17:51 +0000 (22:17 +0000)
committerceriel <none@none>
Tue, 31 Mar 1987 22:17:51 +0000 (22:17 +0000)
lang/pc/test/b.p [new file with mode: 0644]

diff --git a/lang/pc/test/b.p b/lang/pc/test/b.p
new file mode 100644 (file)
index 0000000..8374eb9
--- /dev/null
@@ -0,0 +1,5 @@
+program test(output);
+var i:integer;
+begin
+  writeln(i in [20])
+end.