fpc/tests/webtbs/tw6822a.pp

15 lines
170 B
ObjectPascal

{ %norun }
{ %needlibrary }
library tw6822a;
{$mode objfpc}{$H+}
uses
popuperr,
uw6822a;
begin
{$ifndef wince}
writeln('hello from library');
{$endif wince}
end.