fpc/tests/test/theap.pp
2022-05-29 10:37:24 +02:00

11 lines
109 B
ObjectPascal

{
Program to test heap functions, timing doesn't work
}
PROGRAM TestHeap;
uses
erroru;
{$I theap.inc}