summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw7975a.pp
blob: b2012983425cc20765d89eabca55e9bad0c53fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{$inline on}
{$mode objfpc}
uses tw7975;

var
  c: tc;
begin
  c := tc.create;
  writeln(test(c));
  c.free;
end.