fpc/tests/test/theap_cmem.pp
2022-05-27 23:33:20 +02:00

11 lines
114 B
ObjectPascal

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