Browse Source

* macpas procvar

peter 20 years ago
parent
commit
34b255d486
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tests/test/tmacpas3.pp

+ 11 - 0
tests/test/tmacpas3.pp

@@ -0,0 +1,11 @@
+{$mode macpas}
+
+  procedure A (i: Integer; procedure W (y:Integer) );
+  begin
+    W(i);
+  end;
+
+
+begin
+end.
+