浏览代码

no message

florian 20 年之前
父节点
当前提交
65e3bccd25
共有 1 个文件被更改,包括 8 次插入0 次删除
  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.