Browse Source

* test with procvar and procdirective

peter 25 years ago
parent
commit
8c272919f0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tests/tbs/tbs0321.pp

+ 6 - 0
tests/tbs/tbs0321.pp

@@ -0,0 +1,6 @@
+{$mode delphi}
+type
+  tfunc = function : longint stdcall;
+
+begin
+end.