mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 22:09:28 +02:00
no message
This commit is contained in:
parent
2fa0967349
commit
65e3bccd25
8
tests/tbs/tb0484.pp
Normal file
8
tests/tbs/tb0484.pp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
type
|
||||||
|
r = record
|
||||||
|
p : procedure stdcall;
|
||||||
|
i : longint;
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user