mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 21:50:14 +02:00
+ test from Rika for merge request 566
This commit is contained in:
parent
29f2f12496
commit
94a56ba3d5
12
tests/tbs/tb0708.pp
Normal file
12
tests/tbs/tb0708.pp
Normal file
@ -0,0 +1,12 @@
|
||||
procedure FillSomeQWords;
|
||||
var
|
||||
q: array[0 .. 9] of uint64;
|
||||
rep: int32;
|
||||
begin
|
||||
for rep := 1 to 128 * 1024 * 1024 do
|
||||
FillQWord(q, length(q), 1234);
|
||||
end;
|
||||
|
||||
begin
|
||||
FillSomeQWords;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user