no message

This commit is contained in:
florian 2005-02-01 23:16:37 +00:00
parent 2fa0967349
commit 65e3bccd25

8
tests/tbs/tb0484.pp Normal file
View File

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