mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 14:49:16 +02:00
* test for one of the oldest open bugs, fixed by rev. 8515
git-svn-id: trunk@8517 -
This commit is contained in:
parent
f0959c1b1d
commit
1b7bd208a1
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8190,6 +8190,7 @@ tests/webtbs/tw4557.pp svneol=native#text/plain
|
|||||||
tests/webtbs/tw4566.pp svneol=native#text/plain
|
tests/webtbs/tw4566.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw4574.pp svneol=native#text/plain
|
tests/webtbs/tw4574.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw4599.pp svneol=native#text/plain
|
tests/webtbs/tw4599.pp svneol=native#text/plain
|
||||||
|
tests/webtbs/tw4606.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw4613.pp svneol=native#text/plain
|
tests/webtbs/tw4613.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw4616.pp svneol=native#text/plain
|
tests/webtbs/tw4616.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw4624.pp svneol=native#text/plain
|
tests/webtbs/tw4624.pp svneol=native#text/plain
|
||||||
|
11
tests/webtbs/tw4606.pp
Normal file
11
tests/webtbs/tw4606.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{$packset 1}
|
||||||
|
type
|
||||||
|
tlettersset=set of 'a'..'z';
|
||||||
|
|
||||||
|
begin
|
||||||
|
if sizeof(tlettersset)<>4 then
|
||||||
|
begin
|
||||||
|
writeln(sizeof(tlettersset));
|
||||||
|
halt(1);
|
||||||
|
end;
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user