mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 11:38:01 +02:00
11 lines
109 B
ObjectPascal
11 lines
109 B
ObjectPascal
{
|
|
|
|
Program to test heap functions, timing doesn't work
|
|
}
|
|
PROGRAM TestHeap;
|
|
|
|
uses
|
|
erroru;
|
|
|
|
{$I theap.inc}
|