mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
*** empty log message ***
This commit is contained in:
parent
93167eabd0
commit
830f2c0659
13
tests/tbs/tb0334.pp
Normal file
13
tests/tbs/tb0334.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user