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