mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:07:56 +02:00
12 lines
114 B
ObjectPascal
12 lines
114 B
ObjectPascal
{$inline on}
|
|
{$mode objfpc}
|
|
uses tw7975;
|
|
|
|
var
|
|
c: tc;
|
|
begin
|
|
c := tc.create;
|
|
writeln(test(c));
|
|
c.free;
|
|
end.
|