Browse Source

no message

florian 20 years ago
parent
commit
65e3bccd25
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/tbs/tb0484.pp

+ 8 - 0
tests/tbs/tb0484.pp

@@ -0,0 +1,8 @@
+type
+  r = record
+    p : procedure stdcall;
+    i : longint;
+  end;
+
+begin
+end.