Browse Source

* new test

peter 24 years ago
parent
commit
9d1f81129f
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tests/tbs/tb0352.pp

+ 9 - 0
tests/tbs/tb0352.pp

@@ -0,0 +1,9 @@
+procedure p(var w:word);
+begin
+end;
+
+var
+  i : smallint;
+begin
+  p(word(i));
+end.