mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 03:08:20 +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}
|