*** empty log message ***

This commit is contained in:
florian 2000-12-07 09:14:15 +00:00
parent 93167eabd0
commit 830f2c0659

13
tests/tbs/tb0334.pp Normal file
View File

@ -0,0 +1,13 @@
uses
sysutils;
var
s : tintset;
begin
if sizeof(s)<>sizeof(integer) then
begin
writeln('Wrong size of Sysutils.TIntegerSet');
halt(1);
end;
end.